14 lines
303 B
Plaintext
14 lines
303 B
Plaintext
# * commands command
|
|
|
|
# ** 0. Print the commands list by default.
|
|
$ hledger
|
|
> /Commands:/
|
|
|
|
# ** 0. Print the commands list with the commands command specified.
|
|
#$ hledger commands
|
|
#> /Commands /
|
|
|
|
# ** 0. Print the commands list showing only builtin commands.
|
|
$ hledger commands --builtin
|
|
> /Commands:$/
|