Flask - Ecosystem and Patterns
Which method is used to add a new command to a Flask CLI group when using the command pattern?
add_command() method to add new commands to a CLI group.register_command(), append_command(), and include_command() are not part of Flask CLI's API.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions