|
|
@ -59,14 +59,16 @@ ARGS:
|
|
|
|
<files>... Sets the input file to use, position can also be specified via file[:row[:col]]
|
|
|
|
<files>... Sets the input file to use, position can also be specified via file[:row[:col]]
|
|
|
|
|
|
|
|
|
|
|
|
FLAGS:
|
|
|
|
FLAGS:
|
|
|
|
-h, --help Prints help information
|
|
|
|
-h, --help Prints help information
|
|
|
|
--edit-config Opens the helix config file
|
|
|
|
--edit-config Opens the helix config file
|
|
|
|
--tutor Loads the tutorial
|
|
|
|
--tutor Loads the tutorial
|
|
|
|
--health [LANG] Checks for potential errors in editor setup
|
|
|
|
--health [LANG] Checks for potential errors in editor setup
|
|
|
|
If given, checks for config errors in language LANG
|
|
|
|
If given, checks for config errors in language LANG
|
|
|
|
-v Increases logging verbosity each use for up to 3 times
|
|
|
|
--fetch-grammars Fetches tree-sitter grammars listed in languages.toml
|
|
|
|
(default file: {})
|
|
|
|
--build-grammars Builds tree-sitter grammars fetched with --fetch-grammars
|
|
|
|
-V, --version Prints version information
|
|
|
|
-v Increases logging verbosity each use for up to 3 times
|
|
|
|
|
|
|
|
(default file: {})
|
|
|
|
|
|
|
|
-V, --version Prints version information
|
|
|
|
",
|
|
|
|
",
|
|
|
|
env!("CARGO_PKG_NAME"),
|
|
|
|
env!("CARGO_PKG_NAME"),
|
|
|
|
env!("VERSION_AND_GIT_HASH"),
|
|
|
|
env!("VERSION_AND_GIT_HASH"),
|
|
|
|