Skip to content

Commit

Permalink
Add usage text for 'katla html'
Browse files Browse the repository at this point in the history
  • Loading branch information
iacore committed Dec 8, 2022
1 parent 7a793ba commit 52ca31b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Katla/CLI.idr
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ literateCmd = MkCommand
export
htmlCmd : Command "html"
htmlCmd = MkCommand
{ description = "HTML backend"
{ description = """
HTML backend
Usage: html build/ttc/20000101/Katla.ttc build/ttc/20000101/Katla.ttm > out.html
"""
, subcommands =
[ "init" ::= initHTMLCmd
]
Expand Down

0 comments on commit 52ca31b

Please sign in to comment.