Skip to content

Commit

Permalink
fix(cmd-list): alias only to real commands
Browse files Browse the repository at this point in the history
  • Loading branch information
wraithgar authored and fritzy committed Mar 2, 2023
1 parent 457d9d1 commit b43961a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions lib/utils/cmd-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const aliases = {
v: 'view',
run: 'run-script',
'clean-install': 'ci',
'clean-install-test': 'cit',
'clean-install-test': 'install-ci-test',
x: 'exec',
why: 'explain',
la: 'll',
Expand All @@ -62,7 +62,7 @@ const aliases = {
upgrade: 'update',
udpate: 'update',
rum: 'run-script',
sit: 'cit',
sit: 'install-ci-test',
urn: 'run-script',
ogr: 'org',
'add-user': 'adduser',
Expand Down
8 changes: 4 additions & 4 deletions tap-snapshots/test/lib/docs.js.test.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Object {
"c": "config",
"cit": "install-ci-test",
"clean-install": "ci",
"clean-install-test": "cit",
"clean-install-test": "install-ci-test",
"create": "init",
"ddp": "dedupe",
"dist-tags": "dist-tag",
Expand Down Expand Up @@ -421,7 +421,7 @@ Object {
"s": "search",
"se": "search",
"show": "view",
"sit": "cit",
"sit": "install-ci-test",
"t": "test",
"tst": "test",
"udpate": "update",
Expand Down Expand Up @@ -3239,14 +3239,14 @@ Options:
[-w|--workspace <workspace-name> [-w|--workspace <workspace-name> ...]]
[-ws|--workspaces] [--include-workspace-root] [--install-links]
alias: cit
aliases: cit, clean-install-test, sit
Run "npm help install-ci-test" for more info
\`\`\`bash
npm install-ci-test
alias: cit
aliases: cit, clean-install-test, sit
\`\`\`
#### \`save\`
Expand Down

0 comments on commit b43961a

Please sign in to comment.