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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Given this cli tool:
Usage: perspec <file>... perspec rename <directory>
When I run perspec rename it treats rename as a <file>. The subcommand should be prioritized.
perspec rename
rename
<file>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given this cli tool:
When I run
perspec rename
it treatsrename
as a<file>
.The subcommand should be prioritized.
The text was updated successfully, but these errors were encountered: