mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-02-13 08:32:49 +00:00
The config command was implemented as a custom function that manually routed to subcommands, which caused 'ff config show' to fail. It treated 'show' as a configuration key argument instead of a subcommand. Now properly registered as a Typer command group, enabling all config subcommands (show, set, get, reset, edit) to work correctly.