Closed koonpeng closed 4 years ago
I started off using cxxopts library but scrapped that as I realize all the args we have currently are positionals. From what I understand from the getopt manual, it doesn't parse "commands" so I'm not really sure how I can use it, seems like it would just return -1 since there are no options.
a bare minimum cli, just enough to get things to work.