You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...]
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...]orapp.php object:add [args...] [options...]to
app.php object [args...] [options...]app.php object list [args...] [options...]orapp.php object add [args...] [options...]