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

Function show

tests/test_cli.py:391–392  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

389
390 @flask_group.command()
391 def show():
392 click.echo(current_app.name)
393
394 result = runner.invoke(cli, ["flask", "show"])
395 assert result.output == "flask_test\n"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected