cli
cli copied to clipboard
flags for skipping route generation for both action/slice
closes #196
i tried to mirror the existing implementation of the other flags, even if we ended up with goofy functions like Generators::App::Action#generate_route?
lmk if you'd like to see any changes, thanks!
The changes here look great, @kyleplump! ❤️ Could you please include one test case for the action + slice generators for when skip_route is passed? After that I think we can get this in!
thanks @timriley! i've included the tests for your review. lmk if this works
Thanks @kyleplump!