Coverage for src/lexigram/auth/cli/hooks.py: 0%

2 statements  

« prev     ^ index     » next       coverage.py v7.15.4, created at 2026-08-25 12:26 +0800

1"""CLI lifecycle hooks for lexigram-auth.""" 

2 

3from __future__ import annotations 

4 

5 

6def log_auth_command(ctx: object) -> None: 

7 """Audit-log auth-sensitive CLI commands. 

8 

9 Args: 

10 ctx: CLI context with command name and arguments. 

11 """