add help output to readme

simonmichael
Jan 31, 2022, 10:10 PM
T5O2CIKSK7O6ECMYXEGPLJLT7GHEGC6BJXP5QF3TVES7OE5V4PLAC

Dependencies

Change contents

  • edit in README.md at line 13
    [2.333]
    [2.333]
    ```
    ```shell
    $ pjh
    # * Pijul command line aliases.
    # pjh - show help for these aliases.
    # pj [CMD] - run a pijul command or show pijul's help.
    # ** pijul setup/uninstall helpers
    # pjkeygen - generate a patch-signing key for current user.
    # pjconfrm - erase current user's pijul config and keys.
    # ** list recorded patches in current repo
    # pjl - standard list.
    # pjlv - list with full descriptions. (?)
    # pjlh - list just the hashes.
    # pjls - list with summary of file changes.
    # ** inspect a patch
    # pjshow [HASH] - show a patch in full.
    # pjshowstat [HASH] - summarise a patch.
    # ** show unrecorded changes
    # pjd - show unrecorded changes (except added files).
    # pjs - summarise unrecorded changes (except added files). Add -u to see untracked files.
    # ** record changes
    # pjrecam 'MSG' [PATHS] - record pending changes with the given message.
    # pjamenda [HASH] [PATHS] - add pending changes to the last recorded or specified patch.