From 2aad92c30b327b9db352e8a2c024671205eed9f6 Mon Sep 17 00:00:00 2001 From: i-api <87678394+i-api@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:38:15 -0400 Subject: fix(cli): shorten examples in help text (#24374) --- cli/args/flags.rs | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) (limited to 'cli/args') diff --git a/cli/args/flags.rs b/cli/args/flags.rs index e8e363d79..6affa9f08 100644 --- a/cli/args/flags.rs +++ b/cli/args/flags.rs @@ -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: - deno - -To execute a script: - - deno run https://examples.deno.land/hello-world.ts - -To evaluate code in the shell: - - deno eval \"console.log(30933 + 404)\" +Deno by Example: https://docs.deno.com/examples + Start the REPL: deno + Execute a script: deno run https://examples.deno.land/hello-world.ts + Evaluate code in the shell: deno eval \"console.log(30933 + 404)\" " ) ); -- cgit v1.2.3