When working with the CLI it is a bit cumbersome to handle subcommands, and their own options..
I have tested different CLI libraries, and the only one that came close to what i want is @drizzle-team/brocli, but that doesn't support repeated positionals, so the way we provide versions is a no-go.
So i decided that i wanna write my own, that is similar to the @drizzle-team/brocli but with some different features that will make it easier for ucdjs & mojisdev to handle subcommands.
I will finish the new store cmd before working on this, since we are a bit blocked by the store cmd, and unicode-utils.
When working with the CLI it is a bit cumbersome to handle subcommands, and their own options..
I have tested different CLI libraries, and the only one that came close to what i want is
@drizzle-team/brocli, but that doesn't support repeated positionals, so the way we provide versions is a no-go.So i decided that i wanna write my own, that is similar to the
@drizzle-team/broclibut with some different features that will make it easier forucdjs&mojisdevto handle subcommands.I will finish the new
storecmd before working on this, since we are a bit blocked by the store cmd, and unicode-utils.