Module tor_config::cmdline

source ·
Expand description

Implement a configuration source based on command-line arguments.

Structs§

  • A CmdLine holds a set of command-line arguments that augment a configuration.

Functions§

  • If s is a string of the form “keyword=bareword”, return a new string where bareword is quoted. Otherwise return None.