-
Notifications
You must be signed in to change notification settings - Fork 64
Kathara.parser.netkit.OptionParser
Tommaso Caiazzi edited this page Jul 21, 2023
·
1 revision
Class responsible for parsing the network scenario options from CLI.
parse(options: List[str]) → Dict[str, Any]
Parse the CLI options and return a Dict containing their values.
Args:
-
options
(List[str]): A list of string taken from CLI.
Returns:
-
Dict[str, Any]
: Keys are option name and values are option value.
This file was automatically generated via lazydocs.
Website: kathara.org
Contact us: [email protected]