We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b476ec7 commit bc84111Copy full SHA for bc84111
implement-shell-tools/ls/sample-files/myLs.js
@@ -40,7 +40,8 @@ function listDirectory(dir, options) {
40
program
41
.name("myls")
42
.description("Custom implementation of ls")
43
- .option("-1", "list one file per line (default in our version)")
+ .option("-1", "list one file per line (required)")
44
+
45
.option("-a, --all", "include hidden files")
46
.argument("[dir]", "directory to list", ".")
47
.action((dir, options) => {
0 commit comments