-
-
Notifications
You must be signed in to change notification settings - Fork 659
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
--cfg=hydra for read-only top-level config #1542
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I commented on the original issue with a few related problems, can you check that those are covered as well?
sorry missed the comment. added fix and test for help and info.
nice!
fixed! |
(["--cfg", "job", "-p", "baud_rate"], "19200"), | ||
(["--cfg", "hydra", "-p", "hydra.job.name"], "frozen"), | ||
(["--info", "config"], "baud_rate: 19200"), | ||
(["--hydra-help"], "== Flags =="), | ||
(["--help"], "frozen is powered by Hydra."), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
neat :)
Closes #1461