mirror of https://github.com/helix-editor/helix
Add `--tutor` option to `hx --help` output (#924)
* Add `--tutor` option to `hx --help` output * Adjust `--tutor` location in help outputpull/926/head
parent
c1e5831b21
commit
db56de589a
|
@ -60,6 +60,7 @@ ARGS:
|
||||||
|
|
||||||
FLAGS:
|
FLAGS:
|
||||||
-h, --help Prints help information
|
-h, --help Prints help information
|
||||||
|
--tutor Loads the tutorial
|
||||||
-v Increases logging verbosity each use for up to 3 times
|
-v Increases logging verbosity each use for up to 3 times
|
||||||
(default file: {})
|
(default file: {})
|
||||||
-V, --version Prints version information
|
-V, --version Prints version information
|
||||||
|
|
Loading…
Reference in New Issue