MCPcopy Create free account
hub / github.com/pallets/flask / custom_command

Function custom_command

tests/test_cli.py:656–657  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

654
655 @custom.cli.command("custom")
656 def custom_command():
657 click.echo("custom_result")
658
659 @nested.cli.command("nested")
660 def nested_command():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected