It is difficult to wrap your head around what is happening in the cli if you are new to the tool.
The functions are doing too much, and they are poorly documented.
Try splitting them into smaller, self explanatory functions. This would make it easier to read and test.
It is difficult to wrap your head around what is happening in the cli if you are new to the tool. The functions are doing too much, and they are poorly documented. Try splitting them into smaller, self explanatory functions. This would make it easier to read and test.