-
|
For instance, I want to set |
Beta Was this translation helpful? Give feedback.
Answered by
jgm
Oct 23, 2025
Replies: 1 comment 3 replies
-
|
Yes, the command-line arguments will override settings from the metadata. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, there is a way to do this. Put the things you want as overridable defaults in a separate file with just YAML metadata, and include it first on the command line, before your main file.
The values in your main file will then override the others.