Giter Site home page Giter Site logo

Comments (6)

ZhiyuanChen avatar ZhiyuanChen commented on June 26, 2024

config.parse has a parameter named default_config. This allow you to apply your CLI arguments on a config file.

from chanfig import Config
from rich import print


if __name__ == '__main__':
    config = config.parse(default_config="config")
    print(config)
python xxx.py --config default.yaml

from chanfig.

dc3ea9f avatar dc3ea9f commented on June 26, 2024

Thank you. It fixed it.

from chanfig.

dc3ea9f avatar dc3ea9f commented on June 26, 2024

sorry for the late response, I have just tested the snippet, however, when run with --help, it won't show keys in the configuration file, even run with --config.

❯ python run.py --config configs/exps/test.yaml --help
usage: run.py [-h] [--config CONFIG]

options:
  -h, --help       show this help message and exit
  --config CONFIG

from chanfig.

ZhiyuanChen avatar ZhiyuanChen commented on June 26, 2024

sorry for the late response, I have just tested the snippet, however, when run with --help, it won't show keys in the configuration file, even run with --config.

❯ python run.py --config configs/exps/test.yaml --help

usage: run.py [-h] [--config CONFIG]



options:

  -h, --help       show this help message and exit

  --config CONFIG

Im not sure if it’s possible to achieve this.

Merging a config file happens after parsed the command line arguments.

--help is handled by argparse when parsing the command line arguments.

from chanfig.

dc3ea9f avatar dc3ea9f commented on June 26, 2024

Yes, I know it is a little weird to load from config and then add to the argparse, but it could be better if we can support this. This may change a lot of logic when loading and parsing the config.

from chanfig.

ZhiyuanChen avatar ZhiyuanChen commented on June 26, 2024

Yes, I'll need some time for this, hopefully by the end of August.

from chanfig.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.