@anthonylzq/simba.js 2.0.1 → 2.0.2
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/README.md +2 -2
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -88,8 +88,8 @@ Options:
|
|
|
88
88
|
-h, --help Show help [boolean]
|
|
89
89
|
|
|
90
90
|
Examples:
|
|
91
|
-
simba
|
|
92
|
-
sluzquinosa@uni.pe
|
|
91
|
+
simba -N 'Project Name' -D 'Project description' -a Anthony -e
|
|
92
|
+
sluzquinosa@uni.pe
|
|
93
93
|
|
|
94
94
|
Developed by AnthonyLzq
|
|
95
95
|
```
|
package/lib/index.js
CHANGED
|
@@ -12,7 +12,7 @@ const argv = yargs(hideBin(process.argv))
|
|
|
12
12
|
'simba [options] (if you it installed globally) or only simba if you want to be asked for the options one by one'
|
|
13
13
|
)
|
|
14
14
|
.example(
|
|
15
|
-
|
|
15
|
+
"simba -N 'Project Name' -D 'Project description' -a Anthony -e sluzquinosa@uni.pe"
|
|
16
16
|
)
|
|
17
17
|
.alias('N', 'projectName')
|
|
18
18
|
.nargs('N', 1)
|