mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-18 03:20:53 +01:00
Add docs for config commands
This commit is contained in:
parent
1be3dcc76f
commit
d2300da173
@ -287,9 +287,10 @@ Supported commands:
|
|||||||
history from another machine.
|
history from another machine.
|
||||||
'hishtory init': Set the secret key to enable syncing shell commands from another
|
'hishtory init': Set the secret key to enable syncing shell commands from another
|
||||||
machine with a matching secret key.
|
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 uninstall': Permanently uninstall hishtory
|
||||||
'hishtory help': View this help page
|
'hishtory help': View this help page
|
||||||
`) // TODO; Update ^ to document the config-get and config-set options
|
`)
|
||||||
default:
|
default:
|
||||||
lib.CheckFatalError(fmt.Errorf("unknown command: %s", os.Args[1]))
|
lib.CheckFatalError(fmt.Errorf("unknown command: %s", os.Args[1]))
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user