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
refactor: move fields into CmdOutputOpts, warn on plaintext --fields
Remove the standalone `fields []string` positional parameter from
CmdOutput and pass fields exclusively through CmdOutputOpts.Fields.
This eliminates the dual-path API and simplifies every call site.
Also emit a stderr warning when --fields is used with plaintext output,
since the flag is silently ignored in that mode.
Made-with: Cursor
0 commit comments