Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make GetFlagString() process the default string #133

Merged
merged 1 commit into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. make GetFlagString() process the default string

    since the dateFormat / --date has a default set to dd-mm-yyy, the
    GetFlagString() function does not ever attempt reading the value from
    the config file.
    
    Now every GetFlagString() invocation explicitly lists the default
    values, like GetFlagInt() does, hence one can override the date format
    in the config file.
    klaernie authored and KonradIT committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    40c4245 View commit details
    Browse the repository at this point in the history