MCPcopy Create free account
hub / github.com/TheSecuredAnalyst/security-suite / banner_callback

Function banner_callback

cli/main.py:126–130  ·  view source on GitHub ↗

Callback to print banner before commands.

(ctx: typer.Context)

Source from the content-addressed store, hash-verified

124
125
126def banner_callback(ctx: typer.Context):
127 """Callback to print banner before commands."""
128 # Only print banner for main help or when no command specified
129 if ctx.invoked_subcommand is None:
130 print_banner()
131
132
133app = typer.Typer(

Callers

nothing calls this directly

Calls 1

print_bannerFunction · 0.85

Tested by

no test coverage detected