Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 4 additions & 10 deletions cli/args/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
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)\"</>
"
)
);
Expand Down
Loading