Kathara.parser.netkit.OptionParser - KatharaFramework/Kathara GitHub Wiki
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.