You are browsing as a guest. Sign up (or log in) to start making projects!

1h 35m 11s logged

I figured out how to fix this bug where it would ask the user for the password regardless of whether they used the –help flag or not. This was because I was handling that logic inside the CLI command group, which is how I make the subcommands, but also runs every time a subcommand is run. I fixed this by using a custom decorator for the commands. This will generally be much more flexible because now I can have commands that don’t require a password.

0
2

Comments 0

No comments yet. Be the first!