Thanks to visit codestin.com Credit goes to github.com
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.
2 parents a15cd5b + d394a7c commit 914a14dCopy full SHA for 914a14d
local-io/console/parse-command-line-arguments/parse-command-line-arguments.asciidoc
@@ -61,7 +61,7 @@ you would provide the spec `["-p" "--port"]`. The +"-p"+ isn't
61
strictly necessary, but it is customary to provide a single-letter
62
shortcut for command-line options (especially long ones.) In the
63
returned +opts+ map the text of the last option name will be interned
64
-to a symbol (less the "--"). For example, +"--port"+ would become
+to a keyword (less the "--"). For example, +"--port"+ would become
65
+:port+, and +"--super-long-option"+ would become +:super-long-option+.
66
67
// TODO: This feature is not working--throws misc. errors when
0 commit comments