Skip to content

Commit 848b860

Browse files
committed
util-package-diff: change the way cli tool is called
1 parent 0a55309 commit 848b860

File tree

1 file changed

+4
-4
lines changed
  • packages/util-package-diff/bin

1 file changed

+4
-4
lines changed

packages/util-package-diff/bin/cli.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ const pe = new PrettyError();
1010

1111
const cli = meow(`
1212
Usage
13-
sn-package-diff [options]
13+
npx @springernature/util-package-diff [options]
1414
1515
Options
1616
--package, -p Name and version of package
1717
--scope, -s NPM scope, default: @springernature
1818
--port, -t Port for local server, default: 3000
1919
2020
Examples
21-
sn-package-diff -p [email protected]
22-
sn-package-diff -p [email protected] -s @some-other-scope
23-
sn-package-diff -p [email protected] -s @some-other-scope -t 5000
21+
npx @springernature/util-package-diff -p [email protected]
22+
npx @springernature/util-package-diff -p [email protected] -s @some-other-scope
23+
npx @springernature/util-package-diff -p [email protected] -s @some-other-scope -t 5000
2424
`, {
2525
booleanDefault: undefined,
2626
flags: {

0 commit comments

Comments
 (0)