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: unify CLI field attributes and remove dead code
Change #[clap(..)] to #[arg(..)] on field-level attributes across jira,
confluence, hackernews, and markdown CLI structs. Remove unused Serialize
derives from option structs that are never serialized, and clean up dead
imports and variables.
0 commit comments