mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
fix(cli): use updated names in deno info help text (#11989)
This commit is contained in:
parent
93290487eb
commit
3ef23e25c6
1 changed files with 2 additions and 3 deletions
|
@ -860,9 +860,8 @@ The following information is shown:
|
|||
|
||||
local: Local path of the file.
|
||||
type: JavaScript, TypeScript, or JSON.
|
||||
compiled: Local path of compiled source code. (TypeScript only.)
|
||||
map: Local path of source map. (TypeScript only.)
|
||||
deps: Dependency tree of the source file.
|
||||
emit: Local path of compiled source code. (TypeScript only.)
|
||||
dependencies: Dependency tree of the source file.
|
||||
|
||||
Without any additional arguments, 'deno info' shows:
|
||||
|
||||
|
|
Loading…
Reference in a new issue