This repository was archived by the owner on May 13, 2025. It is now read-only.
This repository was archived by the owner on May 13, 2025. It is now read-only.
Make a flag system for commands #15
Open
Description
As I have found, argparse does not work with print functions. So, to replace that, I will add a second command line for command flags. Eg;
Command here>>> scan
Enter sub-command(s) (all/quick/test) or blank to run the default>>> quick
Running...
done!
And that's the basic idea.
I understand that this might be tedious for entering commands, but I cannot figure out otherwise.
Metadata
Metadata
Assignees
Labels
Projects
Status
Backlog