Re: [PATCH] builtin/fsmonitor--daemon: use parse-options API fully
From: Jeff Hostetler <hidden> Date: 2021-08-17 18:03:11
On 8/17/21 6:27 AM, Carlo Marcelo Arenas Belón wrote:
--help and -h are already handled internally so just parse_options()
do the parsing and extract the command from the remaining options.
as a side effect, avoid setting a variable argc to a value that was
never used.
Signed-off-by: Carlo Marcelo Arenas Belón <redacted>
> ...
Thanks again. I'll take a look and squash this in.
Jeff