firedancer
firedancer copied to clipboard
Fix : Add --log-path argument parsing to fdctl
Fixes the "unknown argument" error when using fdctl --log-path.
Changes:
- Add
--log-pathparsing infd_main()usingfd_env_strip_cmdline_cstr() - Pass
opt_log_pathtofd_main_init()following same pattern as--config - Update help text to document
--log-pathoption
Testing:
- Follows exact same pattern as existing
--configargument parsing - No breaking changes to existing functionality
Resolves #6222
@kbhargava-jump can u review this pr if possible