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
As these options have default values specified in the CLI, lines such as the following always return the default value over those specified in the config file:
As these options have default values specified in the CLI, lines such as the following always return the default value over those specified in the config file:
fortitude/fortitude/src/check.rs
Lines 696 to 698 in a185b11
The following lines are at fault:
fortitude/fortitude/src/cli.rs
Lines 100 to 105 in a185b11
I think the solution will be to manually state the default values in the doc-comments and fall back on the stated defaults in
src/check.rs
The text was updated successfully, but these errors were encountered: