log-cache-cli icon indicating copy to clipboard operation
log-cache-cli copied to clipboard

Use golang flag package instead of go-flags

Open ctlong opened this issue 2 years ago • 0 comments

We can use a FlagSet to define flags per-command, and then parse them on the given args param.

ctlong avatar Sep 16 '23 16:09 ctlong