Skip to content

Argument order #237

@g105b

Description

@g105b

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?

Metadata

Metadata

Assignees

Labels

questionUsage questions or clarification requests

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions