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
feat(cli/add[style]) Use central format_repo_entry with --style
why: Replace hardcoded {"repo": url} with the central formatting API
so add respects the user's style preference.
what:
- Add --style arg to create_add_subparser()
- Replace new_repo_entry = {"repo": url} with format_repo_entry()
- Pass style from handle_add_command → add_repo via resolve_style()
0 commit comments