include ui commands in --help
This commit is contained in:
parent
bb6745962b
commit
f910357093
@ -1,3 +1,4 @@
|
|||||||
|
{-# OPTIONS_GHC -cpp #-}
|
||||||
module Options
|
module Options
|
||||||
where
|
where
|
||||||
import System
|
import System
|
||||||
@ -40,6 +41,12 @@ usagehdr = "Usage: hledger [OPTION] COMMAND [ACCTPATTERNS] [-- DESCPATTERNS]\
|
|||||||
" balance - show account balances\n" ++
|
" balance - show account balances\n" ++
|
||||||
" print - show formatted ledger entries\n" ++
|
" print - show formatted ledger entries\n" ++
|
||||||
" register - show register transactions\n" ++
|
" register - show register transactions\n" ++
|
||||||
|
#ifdef VTY
|
||||||
|
" ui - run a simple vty-based text ui\n" ++
|
||||||
|
#endif
|
||||||
|
#ifdef ANSI
|
||||||
|
" ansi - run a simple ansi-based text ui\n" ++
|
||||||
|
#endif
|
||||||
"\n" ++
|
"\n" ++
|
||||||
"Options (before command, unless using --options-anywhere):"
|
"Options (before command, unless using --options-anywhere):"
|
||||||
usageftr = "\n" ++
|
usageftr = "\n" ++
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user