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
s
is a string of the form “keyword=bareword”, return a new string wherebareword
is quoted. Otherwise return None.