Skip to content

Generated help for changevm subcommand is incorrect #32

Closed
@aeons

Description

@aeons

The help for changevm shows that the options should come before the name.

$ krunvm changevm --help             
krunvm-changevm 
Change the configuration of a microVM

USAGE:
    krunvm changevm [FLAGS] [OPTIONS] <NAME>
...

However, doing this results in a contradictory error message:

$ krunvm changevm --port 5432:5432 db
error: The following required arguments were not provided:
    <NAME>

USAGE:
    krunvm changevm <NAME> --port <port>...
...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions