Commit Graph

6 Commits

Author SHA1 Message Date
Tanguy Duhamel
ccd9149a73 fix: register config as command group instead of custom function
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.
2025-10-03 11:13:34 +02:00
tduhamel42
4bdfabc527 Merge branch 'master' into refactor/remove-monitor-command 2025-10-02 16:12:01 +02:00
abel
45e79a7685 fix: removed erroneous example 2025-10-02 16:01:54 +02:00
abel
78444dbd4d refactor: removed monitor command and --live parameter 2025-10-02 15:49:18 +02:00
Tanguy Duhamel
724064dfaa Fix parameters bug + installation issues 2025-09-30 12:10:47 +02:00
Tanguy Duhamel
0547b78429 Initial commit 2025-09-29 21:26:41 +02:00