Unnamed repository; edit this file 'description' to name the repository.
Add `--tutor` option to `hx --help` output (#924)
* Add `--tutor` option to `hx --help` output * Adjust `--tutor` location in help output
Omnikar 2021-10-28
parent c1e5831 · commit db56de5
-rw-r--r--helix-term/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs
index 2589a375..f746895c 100644
--- a/helix-term/src/main.rs
+++ b/helix-term/src/main.rs
@@ -60,6 +60,7 @@ ARGS:
FLAGS:
-h, --help Prints help information
+ --tutor Loads the tutorial
-v Increases logging verbosity each use for up to 3 times
(default file: {})
-V, --version Prints version information