Skip to content

Commit

Permalink
combine sections
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed Nov 21, 2024
1 parent c912ff8 commit 04e245c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions cli/args/flags.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1704,14 +1704,11 @@ fn add_subcommand() -> Command {
"Add dependencies to your configuration file.
<p(245)>deno add jsr:@std/path</>
You can add multiple dependencies at once:
<p(245)>deno add jsr:@std/path jsr:@std/assert</>
You can also add npm packages:
<p(245)>deno add npm:react</>
You can mix both jsr and npm packages:
<p(245)>deno add jsr:@std/path npm:node-emoji</>"
Or multiple dependencies at once:
<p(245)>deno add jsr:@std/path jsr:@std/assert npm:chalk</>"
),
UnstableArgsConfig::None,
)
Expand Down

0 comments on commit 04e245c

Please sign in to comment.