Should the argument order matter?
Currently, looking at PHP.Gt/Sync, this command fails:
sync --pattern * --symlink path/to/source path/to/dest
but this command succeeds:
sync path/to/source path/to/dest --pattern * --symlink
Shouldn't they both be synonymous?
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?