File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
test-fixtures/1146-cli-help Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11Invalid option `--bogus'
22
3- Usage: index.dev.js build [--migrate] [--monochrome|--no-color] [--offline] [-q|--quiet] [-v|--verbose] [--backend-args ARGS] [--ensure-ranges] [--json-errors] [--output DIR] [--pedantic-packages] [--pure] [--purs-args ARGS] [-p|--package PACKAGE] ([--verbose-stats] | [--censor-stats]) [--strict]
3+ Usage: index.dev.js build [--migrate] [--monochrome|--no-color] [--offline] [--refresh] [- q|--quiet] [-v|--verbose] [--backend-args ARGS] [--ensure-ranges] [--json-errors] [--output DIR] [--pedantic-packages] [--pure] [--purs-args ARGS] [-p|--package PACKAGE] ([--verbose-stats] | [--censor-stats]) [--strict]
44 Compile the project
55
66Available options:
@@ -9,6 +9,7 @@ Available options:
99 --offline Do not attempt to use the network. Warning: this will
1010 fail if you don't have the necessary dependencies
1111 already cached
12+ --refresh Force refresh of the Registry, bypassing the cache
1213 -q,--quiet Suppress all spago logging
1314 -v,--verbose Enable additional debug logging, e.g. printing `purs`
1415 commands
Original file line number Diff line number Diff line change 11Invalid option `--bogus'
22
3- Usage: index.dev.js registry search [--migrate] [--monochrome|--no-color] [--offline] [-q|--quiet] [-v|--verbose] [--json] PACKAGE
3+ Usage: index.dev.js registry search [--migrate] [--monochrome|--no-color] [--offline] [--refresh] [- q|--quiet] [-v|--verbose] [--json] PACKAGE
44 Search for package names in the Registry
55
66Available options:
@@ -9,6 +9,7 @@ Available options:
99 --offline Do not attempt to use the network. Warning: this will
1010 fail if you don't have the necessary dependencies
1111 already cached
12+ --refresh Force refresh of the Registry, bypassing the cache
1213 -q,--quiet Suppress all spago logging
1314 -v,--verbose Enable additional debug logging, e.g. printing `purs`
1415 commands
You can’t perform that action at this time.
0 commit comments