Skip to content

Commit

Permalink
Add npm install test with many issues
Browse files Browse the repository at this point in the history
Derived from these:

dc6bff9 Handle args in Rails' long options
323cf79 Partially handle rails [--long-options]

Should I revert them before this incongruence makes it to a bat release?
victor-gp committed Jan 19, 2024
1 parent 07c1f29 commit 45f67db
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions tests/highlighted/npm-install-10.2.3.txt

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions tests/source/npm-install-10.2.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Install a package

Usage:
npm install [<package-spec> ...]

Options:
[-S|--save|--no-save|--save-prod|--save-dev|--save-optional|--save-peer|--save-bundle]
[-E|--save-exact] [-g|--global]
[--install-strategy <hoisted|nested|shallow|linked>] [--legacy-bundling]
[--global-style] [--omit <dev|optional|peer> [--omit <dev|optional|peer> ...]]
[--include <prod|dev|optional|peer> [--include <prod|dev|optional|peer> ...]]
[--strict-peer-deps] [--prefer-dedupe] [--no-package-lock] [--package-lock-only]
[--foreground-scripts] [--ignore-scripts] [--no-audit] [--no-bin-links]
[--no-fund] [--dry-run] [--cpu <cpu>] [--os <os>]
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
[-ws|--workspaces] [--include-workspace-root] [--install-links]

aliases: add, i, in, ins, inst, insta, instal, isnt, isnta, isntal, isntall

Run "npm help install" for more info

0 comments on commit 45f67db

Please sign in to comment.