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

cmdline arguments from config file #525

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on May 27, 2020

  1. Allow templated variables in config files.

    The main advantage is that a cmdline argument can be used multiple times
    in the config file and it does not have to be in app.init section. The
    disadvantage is that the values are strings so they need to be explicitly
    converted on the application side.
    zbynekwinkler committed May 27, 2020
    Configuration menu
    Copy the full SHA
    845823a View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    a527ad8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2065cf3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    842b8a5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    f2a990a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3350cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5daa58e View commit details
    Browse the repository at this point in the history