deno icon indicating copy to clipboard operation
deno copied to clipboard

fix(cli): Fixed missing subcommands and typo in deno --help

Open ckrassow opened this issue 1 year ago • 2 comments

Added completions, lsp and types to the list of subcommands in the deno --help command. Also fixed small typo. Issue: https://github.com/denoland/deno/issues/26096

ckrassow avatar Oct 16 '24 18:10 ckrassow

The missing subcommands was an intentional choice, since those commands are either extremely rare use that dont need to be on the output but can be found on the website, or in the case of the lsp command, should basically not called manually

crowlKats avatar Oct 20 '24 13:10 crowlKats

The missing subcommands was an intentional choice, since those commands are either extremely rare use that dont need to be on the output but can be found on the website, or in the case of the lsp command, should basically not called manually

Okay makes sense! I'll remove the missing subcommands and only keep the spelling mistake.

ckrassow avatar Oct 31 '24 12:10 ckrassow

Since the subcommands were intentionally left out from the CLI help menu, I am closing #26096.

matthewjnield avatar Nov 11 '24 00:11 matthewjnield