aboutsummaryrefslogtreecommitdiff
path: root/helix-term/src/main.rs
diff options
context:
space:
mode:
authorOmnikar2021-10-28 07:27:28 +0000
committerGitHub2021-10-28 07:27:28 +0000
commitdb56de589a2b5e5ad3c0ceba05f91372c382f538 (patch)
tree0dc009ef9e0011d4121b5a798441942d5af685ea /helix-term/src/main.rs
parentc1e5831b2186a12ab593df1dc1dc698875484dc6 (diff)
Add `--tutor` option to `hx --help` output (#924)
* Add `--tutor` option to `hx --help` output * Adjust `--tutor` location in help output
Diffstat (limited to 'helix-term/src/main.rs')
-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