Module cmdline

Source
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 where bareword is quoted. Otherwise return None.