diff options
Diffstat (limited to 'tprint/src/Options.hs')
| -rw-r--r-- | tprint/src/Options.hs | 4 |
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 | ||
| 82 | supportedInputs, supportedOutputs :: [Format] | 82 | supportedInputs, supportedOutputs :: [Format] |
| 83 | supportedInputs = [BBCode] | 83 | supportedInputs = [BBCode, JSON] |
| 84 | supportedOutputs = [Human] | 84 | supportedOutputs = [Human, Internal, JSON] |
| 85 | 85 | ||
| 86 | cmdPrinters, cmdJobs, cmdJobCreate, cmdJob, cmdJobStatus, cmdJobDelete, cmdDrafts, cmdDraftCreate, cmdDraftReplace, cmdDraft, cmdDraftDelete, cmdDraftPrint :: ParserInfo Operation | 86 | cmdPrinters, cmdJobs, cmdJobCreate, cmdJob, cmdJobStatus, cmdJobDelete, cmdDrafts, cmdDraftCreate, cmdDraftReplace, cmdDraft, cmdDraftDelete, cmdDraftPrint :: ParserInfo Operation |
| 87 | cmdPrinters = info cmdPrinters' $ progDesc "List all available printers" | 87 | cmdPrinters = info cmdPrinters' $ progDesc "List all available printers" |
