aboutsummaryrefslogtreecommitdiff
path: root/tprint/src/Options.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tprint/src/Options.hs')
-rw-r--r--tprint/src/Options.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tprint/src/Options.hs b/tprint/src/Options.hs
index 4b61d1c..30350cb 100644
--- a/tprint/src/Options.hs
+++ b/tprint/src/Options.hs
@@ -80,8 +80,8 @@ data Sink = Stdout | WriteFile FilePath
80 deriving (Show, Generic, PrettyVal) 80 deriving (Show, Generic, PrettyVal)
81 81
82supportedInputs, supportedOutputs :: [Format] 82supportedInputs, supportedOutputs :: [Format]
83supportedInputs = [BBCode] 83supportedInputs = [BBCode, JSON]
84supportedOutputs = [Human] 84supportedOutputs = [Human, Internal, JSON]
85 85
86cmdPrinters, cmdJobs, cmdJobCreate, cmdJob, cmdJobStatus, cmdJobDelete, cmdDrafts, cmdDraftCreate, cmdDraftReplace, cmdDraft, cmdDraftDelete, cmdDraftPrint :: ParserInfo Operation 86cmdPrinters, cmdJobs, cmdJobCreate, cmdJob, cmdJobStatus, cmdJobDelete, cmdDrafts, cmdDraftCreate, cmdDraftReplace, cmdDraft, cmdDraftDelete, cmdDraftPrint :: ParserInfo Operation
87cmdPrinters = info cmdPrinters' $ progDesc "List all available printers" 87cmdPrinters = info cmdPrinters' $ progDesc "List all available printers"