On 2013-09-03 18:43, Andrej Mitrovic wrote:
getopt(args,
"count", &count, @doc("This is the thread count"));
That's a lot better, but it still needs to match the help text to the flag. -- /Jacob Carlborg
On 2013-09-03 18:43, Andrej Mitrovic wrote:
getopt(args,
"count", &count, @doc("This is the thread count"));
That's a lot better, but it still needs to match the help text to the flag. -- /Jacob Carlborg