Closed nabtron closed 3 years ago
Can we use argparse in a non-cli app? Like passing the command as a string variable to it?
Yes. https://github.com/nodeca/argparse/blob/master/argparse.js#L2747
See python's arparse docs for any questions.
Can we use argparse in a non-cli app? Like passing the command as a string variable to it?