1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Changed generate to output which more closely aligns with what it says in the references docs

This commit is contained in:
Cornelius Krassow 2024-10-16 20:49:48 +02:00
parent b9256a3082
commit 729010a092
2 changed files with 2 additions and 2 deletions

View file

@ -1190,7 +1190,7 @@ static DENO_HELP: &str = cstr!(
<g>clean</> Remove the cache directory
<g>compile</> Compile the script into a self contained executable
<p(245)>deno compile main.ts | deno compile --target=x86_64-unknown-linux-gnu</>
<g>completions</> Generate shell completions
<g>completions</> Output shell completions
<g>coverage</> Print coverage reports
<g>doc</> Generate and show documentation for a module or built-ins
<p(245)>deno doc | deno doc --json | deno doc --html mod.ts</>

View file

@ -32,7 +32,7 @@ fn help_output() {
"Initialize a new project",
"Run tests",
"Publish the current working directory's package or workspace",
"Generate shell completions",
"Output shell completions",
"Print runtime TypeScript declarations",
"Start the language server",
#[cfg(feature = "upgrade")]