It's getting a little annoying having to copy all of the options and shared settings across each of the different CLI tools. I wonder if it'll be easier to create a single CLI tool project, redhorizon-cli, and have each individual tool be a subcommand instead. ie: instead of play ..., it becomes something like redhorizon play ...
It's getting a little annoying having to copy all of the options and shared settings across each of the different CLI tools. I wonder if it'll be easier to create a single CLI tool project, redhorizon-cli, and have each individual tool be a subcommand instead. ie: instead of
play ...
, it becomes something likeredhorizon play ...
🤔