Closed vparizhs closed 1 year ago
Currently argtuple is local and is not available in algo_lib::_db -make it available void gcli::MainArgs(int argc, char **argv) { Argtuple argtuple; Argtuple_ReadArgv(argtuple, argc,argv,gcli_syntax, gcli_help);
We removed Argtuple in favor of parsing argc,argv directly into command line structs.
Currently argtuple is local and is not available in algo_lib::_db -make it available void gcli::MainArgs(int argc, char **argv) { Argtuple argtuple; Argtuple_ReadArgv(argtuple, argc,argv,gcli_syntax, gcli_help);