aboutsummaryrefslogtreecommitdiff
path: root/tprint/src/Options.hs
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-03-01 09:57:25 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2016-03-01 09:57:25 +0100
commitc2153f196c64593a252bc0fbbc3d503628fe896f (patch)
treee2218871dc70a304cd37f26c895d524f0cc6456f /tprint/src/Options.hs
parentaeceaafdab661f6e0d63ef9695396bc7dfb8619d (diff)
downloadthermoprint-c2153f196c64593a252bc0fbbc3d503628fe896f.tar
thermoprint-c2153f196c64593a252bc0fbbc3d503628fe896f.tar.gz
thermoprint-c2153f196c64593a252bc0fbbc3d503628fe896f.tar.bz2
thermoprint-c2153f196c64593a252bc0fbbc3d503628fe896f.tar.xz
thermoprint-c2153f196c64593a252bc0fbbc3d503628fe896f.zip
printers
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"