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

Function nested_command

tests/test_cli.py:660–661  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

658
659 @nested.cli.command("nested")
660 def nested_command():
661 click.echo("nested_result")
662
663 @merged.cli.command("merged")
664 def merged_command():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected