Hello everyone I'm experimenting the https://github.com/jmcdo29/nest-commander package and I'm building an OpenSearch CLI https://github.com/andreafspeziale/opensearch-cli.
I've already putted down my building blocks and I'm wondering the following:
- when first running the CLI I get out of the box the expected suggestions
- when running the first suggested command, "indices|i", I've NO logs/auto-suggestions
- running the same command, "indices|i" along with "-h" (help), I get the correct logs/auto-suggestions printing the sub-command
- running the completed command, "indices|i" "list|l", I get the correct command output
I've attached the steps as a screenshot to let you better understand.
My question is, what would be the best way or design changes in order to have step 2 with logs/auto-suggestions like it is automatically happening when running step 1 or step 3?
Or would it be like it is now?
Thanks in advance people!