diff options
author | Gokul Soumya | 2022-08-31 16:23:45 +0000 |
---|---|---|
committer | GitHub | 2022-08-31 16:23:45 +0000 |
commit | e3e71fa36be14659f0eabe1d4c80ef7e68135a6a (patch) | |
tree | c2faf04d3b09c538345f72d1eac2d7ad0bf7888f /helix-term/src/main.rs | |
parent | 5c3f43a7f0c5392242424912bde992d9305c0c8e (diff) |
Show clipboard info in --health output (#2947)
* Show clipboard info in --health output
* health: Separate 'languages' category from 'all'
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Diffstat (limited to 'helix-term/src/main.rs')
-rw-r--r-- | helix-term/src/main.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/helix-term/src/main.rs b/helix-term/src/main.rs index 7f04f201..d21d3e77 100644 --- a/helix-term/src/main.rs +++ b/helix-term/src/main.rs @@ -61,8 +61,9 @@ ARGS: FLAGS: -h, --help Prints help information --tutor Loads the tutorial - --health [LANG] Checks for potential errors in editor setup - If given, checks for config errors in language LANG + --health [CATEGORY] Checks for potential errors in editor setup + CATEGORY can be a language or one of 'clipboard', 'languages' + or 'all'. 'all' is the default if not specified. -g, --grammar {{fetch|build}} Fetches or builds tree-sitter grammars listed in languages.toml -c, --config <file> Specifies a file to use for configuration -v Increases logging verbosity each use for up to 3 times |