|
@ -15,12 +15,12 @@ const help = () => { |
|
|
console.log(` |
|
|
console.log(` |
|
|
𝚫 now list [app] |
|
|
𝚫 now list [app] |
|
|
|
|
|
|
|
|
Alias: ls |
|
|
|
|
|
|
|
|
|
|
|
Options: |
|
|
Options: |
|
|
|
|
|
|
|
|
-h, --help output usage information |
|
|
-h, --help output usage information |
|
|
-d, --debug Debug mode [off] |
|
|
-d, --debug Debug mode [off] |
|
|
|
|
|
|
|
|
|
|
|
Alias: ls |
|
|
`); |
|
|
`); |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|