mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
fix(help): missing package specifier (#26380)
Was notified of one more occurance where we were missing an explicit specifier for a `deno add` call. See https://github.com/denoland/deno/issues/26295#issuecomment-2421637401
This commit is contained in:
parent
3ae10a01e0
commit
c77c9b2958
@ -1178,7 +1178,7 @@ static DENO_HELP: &str = cstr!(
|
||||
|
||||
<y>Dependency management:</>
|
||||
<g>add</> Add dependencies
|
||||
<p(245)>deno add @std/assert | deno add npm:express</>
|
||||
<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>remove</> Remove dependencies from the configuration file
|
||||
|
Loading…
Reference in New Issue
Block a user