How to Manually Print Help Text in `@effect/cli`
In
Here's my case:
Basically, I wanna show the help text if the user doesn't input any of the subcommands, because default behavior is that nothing happens
@effect/cli, how do I manually print out the Help text? Here's my case:
Basically, I wanna show the help text if the user doesn't input any of the subcommands, because default behavior is that nothing happens
