Skip to content

Add flags to skip warnings for new/delete/regen commands #15

@orndorffgrant

Description

@orndorffgrant

Currently, devca asks for confirmation before continuing in three cases:

  1. During the new command if the specified name already exists.
  2. Always during the delete command.
  3. Always during the regen command.

It'd be nice if there was a convenient flag to skip the warning for a user who knows what they're doing.

Our CLI should aim to be internally consistent, so the flag should be the same in all three cases, probably -f/--force.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions