Skip to content

Support multi args commands (as object/verb) #132

Description

@camlafit

Hello

Actually only first argument is used to find related command. : is used to group and split command.
Is not possible to provide multi arguments and found related command.

Could be nice to support it

Example :
app.php object:list [args...] [options...] or app.php object:add [args...] [options...]
to
app.php object [args...] [options...] app.php object list [args...] [options...] or app.php object add [args...] [options...]

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

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions