Skip to content

UX: inconsistent short flags across clean / prune / push #56

Description

@sauravpanda

Problem

Short flags and confirmation conventions vary between destructive commands:

Users can't rely on muscle memory across commands, and -r vs -y conventions drift.

Suggested fix

Audit all destructive/mutating commands and standardize:

  • -y / --yes everywhere for skip-confirmation
  • -n / --dry-run where applicable
  • -f / --force where applicable

Document the convention in the README.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions