diff options
author | McSneaky <kevin@synter.ee> | 2024-10-30 17:32:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 16:32:04 +0100 |
commit | 1431ffa9f8142e4f76f565c51301f4fb174e449a (patch) | |
tree | d1008e66f80bd2766468d480b65e4cd76fda6f61 /cli/args | |
parent | a1473d82c5612676c50af00ded0467dbb29bc0a8 (diff) |
docs(console): Update docstrings for install and uninstall (#26623)
When running `deno -h` then `install` and `uninstall` scripts had
description since deno 1 times :)
Diffstat (limited to 'cli/args')
-rw-r--r-- | cli/args/flags.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/args/flags.rs b/cli/args/flags.rs index 235dd53a4..1a1213aac 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -1179,8 +1179,8 @@ static DENO_HELP: &str = cstr!( <y>Dependency management:</> <g>add</> Add dependencies <p(245)>deno add jsr:@std/assert | deno add npm:express</> - <g>install</> Install script as an executable - <g>uninstall</> Uninstall a script previously installed with deno install + <g>install</> Installs dependencies either in the local project or globally to a bin directory + <g>uninstall</> Uninstalls a dependency or an executable script in the installation root's bin directory <g>remove</> Remove dependencies from the configuration file <y>Tooling:</> |