mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +00:00
Removed test code
This commit is contained in:
parent
ef92a8523e
commit
3596748798
@ -1,8 +0,0 @@
|
|||||||
#include "argparse.hpp"
|
|
||||||
|
|
||||||
int main(int argc, char* argv[]) {
|
|
||||||
argparse::ArgumentParser program;
|
|
||||||
program.add_argument("-a", "--number-of-apples");
|
|
||||||
program.add_argument("-b", "--bro");
|
|
||||||
program.parse_args(argc, argv);
|
|
||||||
}
|
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user