-
-
Notifications
You must be signed in to change notification settings - Fork 0
Argument order #237
Copy link
Copy link
Open
Labels
questionUsage questions or clarification requestsUsage questions or clarification requests
Metadata
Metadata
Assignees
Labels
questionUsage questions or clarification requestsUsage questions or clarification requests
Should the argument order matter?
Currently, looking at PHP.Gt/Sync, this command fails:
sync --pattern * --symlink path/to/source path/to/destbut this command succeeds:
sync path/to/source path/to/dest --pattern * --symlinkShouldn't they both be synonymous?