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
The -m, -w, -d in the report command has a NoOptDefaultVal value (provided by the Cobra & the pflags library). Because of an issue within pflags itself, the following works
chrono report -w=2019-12-01
However this does not
chrono report -w 2019-12-01
The text was updated successfully, but these errors were encountered:
The
-m
,-w
,-d
in thereport
command has aNoOptDefaultVal
value (provided by the Cobra & the pflags library). Because of an issue within pflags itself, the following workschrono report -w=2019-12-01
However this does not
chrono report -w 2019-12-01
The text was updated successfully, but these errors were encountered: