docs: update commands intro
This commit is contained in:
parent
89cea30f20
commit
5cf6e02f8e
10
MANUAL.md
10
MANUAL.md
@ -542,10 +542,12 @@ To generate time logs, ie to clock in and clock out, you could:
|
|||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
hledger provides a number of subcommands; run `hledger` with no arguments to see a list.
|
hledger provides a number of subcommands out of the box; run `hledger` with no arguments to see a list.
|
||||||
Most subcommands are built in to the core hledger package;
|
More [add-on commands](#add-ons) will appear if you install additional `hledger-*` packages,
|
||||||
more [add-on commands](#add-on-commands) will appear if you install additional `hledger-*` packages.
|
or if you put programs or scripts named `hledger-NAME` in your PATH.
|
||||||
You can also install your own subcommands by putting programs or scripts named `hledger-NAME` in your PATH.
|
|
||||||
|
To run a command, you just need to type its unique prefix, eg `hledger reg` is a shortcut for `hledger register`.
|
||||||
|
(Also, `hledger bs` is short for `hledger balancesheet`.)
|
||||||
|
|
||||||
### Data entry
|
### Data entry
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user