@brewnet/cli 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7823,7 +7823,7 @@ function stripAnsi(str) {
|
|
|
7823
7823
|
// src/index.ts
|
|
7824
7824
|
function createProgram() {
|
|
7825
7825
|
const program = new Command();
|
|
7826
|
-
program.name("brewnet").description("Your Home Server, Brewed Fresh").version("0.0.
|
|
7826
|
+
program.name("brewnet").description("Your Home Server, Brewed Fresh").version("0.0.3").showHelpAfterError('(run "brewnet --help" for usage information)');
|
|
7827
7827
|
registerInitCommand(program);
|
|
7828
7828
|
registerStatusCommand(program);
|
|
7829
7829
|
registerAddCommand(program);
|