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
Currently the default behavior for running 'freno -help' is to emit a panic. This overrides the default behavior of the flag package and makes it so there's no way to see the list of program options. There is a program-specific usage message which is emitted when there are no arguments. There's no reason to have separate behavior for this usage message and -help output, so this PR combines emiting program options with the custom usage message and gives this behavior to the 'no options' default program behavior and the '-help' argument. This ensures that default expected behavior matched the actual program behavior
0 commit comments