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.