Expand description
Implement a configuration source based on command-line arguments.
Structs§
- CmdLine
- A CmdLine holds a set of command-line arguments that augment a configuration.
Functions§
- tweak_
toml_ 🔒bareword - If
sis a string of the form “keyword=bareword”, return a new string wherebarewordis quoted. Otherwise return None.