Arg parser
Hi!, I am looking for a way to build a cli tool, is there currently a way to create arguments or com
2 Replies
from sys import argv
I assume this is what you are looking for, more info here
https://docs.modular.com/mojo/stdlib/sys/arg.html
Modular Docs - arg
Module