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
This introduces `setFlagPlaceholder` and replaces all direct calls to `setAnnotationBestEffort`.
It bugged me that _every_ call site of `setAnnotationBestEffort` needs to know about the `flagPlaceholderAnnotation` constant. I wanted that constant to instead be an implementation detail of a more ergonomic, semanitcally-named function that does one thing.
GitOrigin-RevId: d6d62968500d7a06c97b7ce5564d94b606ae7f08
root.PersistentFlags().StringP("output", "o", "interactive", "Set output format to interactive, json, yaml, or text. Auto-switches to text on non-TTY")
0 commit comments