You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From trying the claat tool, it seems like flags are options. So when help defines claat <cmd> [options] src [src ...] I was not sure if the flags were the options.
Maybe update the --help
from: claat <cmd> [options] src [src ...]
to: claat <cmd> [flags] src [src ...]