We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
In realm/SwiftLint#1191, I'm adding an Argument. For an Argument initialized like this:
Argument
Argument(defaultValue: [""], usage: "list of paths to the files or directories to \(action)")
I get a help message that looks like this:
[[""]] list of paths to the files or directories to lint
It'd be nice if instead it looked more like this (to match arg interfaces in other cli tools):
[<paths…>] list of paths to the files or directories to lint
This may require the inclusion of a 3rd parameter to Argument called variableName.
variableName
The text was updated successfully, but these errors were encountered:
Want to open a PR for this? 🙂
Sorry, something went wrong.
Done! I didn't think I'd have time to do this initially :)
Successfully merging a pull request may close this issue.
In realm/SwiftLint#1191, I'm adding an
Argument
. For anArgument
initialized like this:I get a help message that looks like this:
It'd be nice if instead it looked more like this (to match arg interfaces in other cli tools):
This may require the inclusion of a 3rd parameter to
Argument
calledvariableName
.The text was updated successfully, but these errors were encountered: