mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-04-21 15:05:57 +02:00
1ba80c466b
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.