hledger/hledger/Hledger/Cli/Commands/Help.txt
Simon Michael a0deb88796 ;doc: regen manuals
[ci skip]
2019-09-13 11:00:03 -07:00

36 lines
1.0 KiB
Plaintext

help
Show any of the hledger manuals.
_FLAGS_
The help command displays any of the main hledger manuals, in one of
several ways. Run it with no argument to list the manuals, or provide a
full or partial manual name to select one.
hledger manuals are available in several formats. hledger help will use
the first of these display methods that it finds: info, man, $PAGER,
less, stdout (or when non-interactive, just stdout). You can force a
particular viewer with the --info, --man, --pager, --cat flags.
Examples:
$ hledger help
Please choose a manual by typing "hledger help MANUAL" (a substring is ok).
Manuals: hledger hledger-ui hledger-web journal csv timeclock timedot
$ hledger help h --man
hledger(1) hledger User Manuals hledger(1)
NAME
hledger - a command-line accounting tool
SYNOPSIS
hledger [-f FILE] COMMAND [OPTIONS] [ARGS]
hledger [-f FILE] ADDONCMD -- [OPTIONS] [ARGS]
hledger
DESCRIPTION
hledger is a cross-platform program for tracking money, time, or any
...