You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(cli)!: drop the single-value --format flag and the last PyCG references
With msgpack gone (#118), --format had exactly one legal value and its
help read 'json: json' — a flag that cannot choose anything. Removed:
the CLI option, the OutputFormat enum, its options field, and the
codeanalyzer/config package that existed only to hold it.
analysis.json is always written; anyone passing --format json drops
the flag (the #118 changelog entry now says so).
Also sweeps the last live PyCG references out of README's analysis
walkthrough — the level-2 description, levels table, frozen-oracle
note, and the prov example now describe the defuse linker — and
regenerates the --help block. Zero pycg mentions remain outside test
fixtures and the changelog's own removal notice.
CLI surface: 21 options, each audited; --file-name and
--rebuild-analysis kept (distinct, real semantics).
Full suite: 291 passed, 6 skipped.
0 commit comments