You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even If I've said it was a good way to do it, the code become too complex on argument parsing with a lot of if and elif.
We need to find a new way to do it. TIdeas I have:
Read the docopt doc / ask community about this problem.
Create a simple If / elif on the first level of command and then call function for subcommands.
Looking for a docopt replacement.
The text was updated successfully, but these errors were encountered:
Even If I've said it was a good way to do it, the code become too complex on argument parsing with a lot of if and elif.
We need to find a new way to do it. TIdeas I have:
The text was updated successfully, but these errors were encountered: