Given this cli tool: ```txt Usage: perspec <file>... perspec rename <directory> ``` When I run `perspec rename` it treats `rename` as a `<file>`. The subcommand should be prioritized.
Given this cli tool:
When I run
perspec renameit treatsrenameas a<file>.The subcommand should be prioritized.