CommandLineUtils
CommandLineUtils copied to clipboard
Is there an example where subcommands get processed based on the input obtained from the user when prompted?
I am trying to build a interactive command line tool where I first ask for the arguments that are common for all the commands. Following that, I will ask the customer to choose the command. Once the customer chooses the command, I would like to prompt for the arguments that it takes.
Is there a sample that is close to what I am looking for?
Is there a sample that is close to what I am looking for?
Not really. This has been asked before. See https://github.com/natemcmaster/CommandLineUtils/issues/152. If you want to build something and contribute it, let me know.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please comment if you believe this should remain open, otherwise it will be closed in 14 days. Thank you for your contributions to this project.
This issue has been automatically marked as stale because it has no recent activity. It will be closed if no further activity occurs. Please comment if you believe this should remain open, otherwise it will be closed in 14 days. Thank you for your contributions to this project.
Closing due to inactivity. If you are looking at this issue in the future and think it should be reopened, please make a commented here and mention natemcmaster so he sees the notification.