gapid
gapid copied to clipboard
Documentation problem
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?
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.