gapid icon indicating copy to clipboard operation
gapid copied to clipboard

Documentation problem

Open jimmy28year opened this issue 5 years ago • 1 comments

On this page...
Lacking examples for each command line. Does each args order matter? What are all the string represent? Does it need to use ""? For string argument, can we have more details? Is the string can be anything or what?

jimmy28year avatar Apr 21 '20 14:04 jimmy28year

Arg order does not matter, other than some have to come before/after the given verb. (As described on that page). The one exception is that the trace-file often has to be the last thing in the command-line.

Quotes will entirely depend on your shell. Windows (cmd.exe) has different quoting rules than linux (bash/zsh). Typically unless you have spaces in your argument, no it does not need quotes.

AWoloszyn avatar Apr 21 '20 18:04 AWoloszyn