Add docs for config commands

This commit is contained in:
David Dworken 2022-11-04 23:47:01 -07:00
parent 1be3dcc76f
commit d2300da173
No known key found for this signature in database

View File

@ -287,9 +287,10 @@ Supported commands:
history from another machine.
'hishtory init': Set the secret key to enable syncing shell commands from another
machine with a matching secret key.
'hishtory config-get', 'hishtory config-set', 'hishtory config-add', 'hishtory config-delete': Edit the config. See the README for details on each of the config options.
'hishtory uninstall': Permanently uninstall hishtory
'hishtory help': View this help page
`) // TODO; Update ^ to document the config-get and config-set options
`)
default:
lib.CheckFatalError(fmt.Errorf("unknown command: %s", os.Args[1]))
}