@indah_sekar/loka 1.1.2 → 1.1.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/README.md +2 -1
- package/bin/cli.js +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -20,7 +20,8 @@ loka --help
|
|
|
20
20
|
Output:
|
|
21
21
|
|
|
22
22
|
```
|
|
23
|
-
|
|
23
|
+
LokaIndex
|
|
24
|
+
Quick access to commands for Windows, Linux, macOS, networking, web development, security, and troubleshooting.
|
|
24
25
|
|
|
25
26
|
Usage:
|
|
26
27
|
loka [options] [command-id | command-name]
|
package/bin/cli.js
CHANGED
|
@@ -40,7 +40,8 @@ const FLAG_MAP = {
|
|
|
40
40
|
|
|
41
41
|
function printHelp() {
|
|
42
42
|
console.log(`
|
|
43
|
-
LokaIndex
|
|
43
|
+
LokaIndex
|
|
44
|
+
Quick access to commands for Windows, Linux, macOS, networking, web development, security, and troubleshooting.
|
|
44
45
|
|
|
45
46
|
Usage:
|
|
46
47
|
loka [options] [command-id | command-name]
|
package/package.json
CHANGED