Skip to content

init --force fails: flag provided but not defined: -force #2

@joeblew999

Description

@joeblew999
task: [run:init] mkdir -p new
task: [run:init] cd new && enveloper --verbosity 4 init --yes
[run:init]   ✕ Command failed            err="creating config file: config file already exists, use --force to overwrite"

Ok so use --force and it tells me its not valid ... Needs fixing and using.

task: [run:init] mkdir -p new
task: [run:init] cd new && enveloper --verbosity 4 init --yes --force
[run:init] Incorrect Usage: flag provided but not defined: -force
[run:init] 
[run:init] NAME:
[run:init]    envelopr init - Initialize a new MJML dev project
[run:init] 
[run:init] USAGE:
[run:init]    envelopr init command [command options]
[run:init] 
[run:init] COMMANDS:
[run:init]    help, h  Shows a list of commands or help for one command
[run:init] 
[run:init] OPTIONS:
[run:init]    --yes, -y   Skip wizard and use defaults (default: false)
[run:init]    --help, -h  show help
[run:init]   ✕ Command failed            err="flag provided but not defined: -force"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions