1
0
Fork 0
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:
i-api 2024-08-02 09:38:15 -04:00 committed by GitHub
parent 84ff418265
commit 2aad92c30b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)\"</>
"
)
);