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
report --date -1d (and any -Nd value) was rejected as an
unknown flag. The report subcommand's unknown-flag scan didn't
skip values after value-taking flags, so the documented -Nd
shorthand tripped the check. Mirrors the summary subcommand's
existing pattern.
Changed
watch is now a first-class command in the help layout. It
used to live under Options: alongside --version / --help
while less-central modes (report, summary) got the top-level Commands: billing. The help is restructured so watch sits in Commands: with (default) annotation; its flags (-w/--watch, --once, --cwd) sit under it the way report's and summary's
flags do. agenthud watch is also accepted as an explicit
positional now (it used to error as "Unknown command").