We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$.api()
1 parent 07e8805 commit 0cc1e74Copy full SHA for 0cc1e74
1 file changed
README.md
@@ -63,8 +63,7 @@ s.echo("Hello World!").to("hello.txt");
63
```js
64
// ls.mjs
65
66
-.command("ls [folder]")
67
-.description("list files")
+.command("ls [folder]", "list files")
68
.option("-a", "list all files")
69
.action((folder, options)=> {
70
if(Object.keys(options).length === 0)
0 commit comments