8000 refactor(import[argparse]) Rename output argument group to reflect behavioral flags · Issue #522 · vcs-python/vcspull · GitHub
[go: up one dir, main page]

Skip to content

refactor(import[argparse]) Rename output argument group to reflect behavioral flags #522

@tony

Description

@tony

The `output` argument group in `_create_shared_parent()` (`_common.py:241`) contains mutation/behavioral flags (`--overwrite`, `--yes`, `--dry-run`, `--https`) alongside output format flags (`--json`, `--color`).

The name "output" is misleading for flags that govern config mutation.

Suggested fix:

  • Rename to "Output and behavior" or split into separate groups

Found by multi-model code review (Gemini, 1/3 consensus). Finding #6.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0