cuy-cli 1.0.1 → 1.0.19
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -38,8 +38,11 @@ Cek staging server https://cuyuniverse.co
|
|
38
38
|
### HOW TO USE IT
|
39
39
|
|
40
40
|
<code>cuy-cli --version</code> || checking version of cuy-cli
|
41
|
+
<br/>
|
41
42
|
<code>cuy-cli --help</code> || check all command line available list
|
43
|
+
<br/>
|
42
44
|
<code>cuy-cli ls</code> || <code>cuy-cli lastseen </code> checking version of cuy-cli
|
45
|
+
<br/>
|
43
46
|
<code>cuy-cli p</code> || <code>cuy-cli posting</code> create a new posts
|
44
|
-
|
47
|
+
<br/>
|
45
48
|
<i>This project is still under development and need some improvements. Please tell me a kind of future.</i>
|