mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
fix(cli): shorten examples in help text (#24374)
This commit is contained in:
parent
84ff418265
commit
2aad92c30b
1 changed files with 4 additions and 10 deletions
|
@ -1141,17 +1141,11 @@ Standard Library: https://jsr.io/@std
|
|||
Modules: https://jsr.io/ https://deno.land/x/
|
||||
Bugs: https://github.com/denoland/deno/issues
|
||||
|
||||
To start the REPL:
|
||||
|
||||
<g>deno</>
|
||||
|
||||
To execute a script:
|
||||
|
||||
<g>deno run https://examples.deno.land/hello-world.ts</>
|
||||
|
||||
To evaluate code in the shell:
|
||||
|
||||
<g>deno eval \"console.log(30933 + 404)\"</>
|
||||
Deno by Example: https://docs.deno.com/examples
|
||||
Start the REPL: <g>deno</>
|
||||
Execute a script: <g>deno run https://examples.deno.land/hello-world.ts</>
|
||||
Evaluate code in the shell: <g>deno eval \"console.log(30933 + 404)\"</>
|
||||
"
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue