Closed Toyz closed 4 years ago
Currently in the Commands.cpp we support handling "tool" options such as "Add and Find"
What we need to also support is flags such as "-v (verbose)" and things like that
We also need extend "help" tool to build a list of help options from the cmdList map.
cmdList
prolly have to close this as we have swapped to go :7
Currently in the Commands.cpp we support handling "tool" options such as "Add and Find"
What we need to also support is flags such as "-v (verbose)" and things like that
We also need extend "help" tool to build a list of help options from the
cmdList
map.