CLI is called arr so its not that long and for now has only 1 command
init
This is the main command that you will be executing many times
It loops trought your directory with routes and create's another-react-router.config.ts with routes and exc.
Options
Tips
Watching for file changes in parallel
If you want to watch for file changes in your routes directory, you can use the -w flag on init command. But what if you want to watch in parallel with your bundler do it's work?
You can update your scripts in package.json (replace vite for your bundler that will work in watch mode)