Skip to content

Kathara.parser.netkit.OptionParser

Tommaso Caiazzi edited this page Jul 21, 2023 · 1 revision

module Kathara.parser.netkit.OptionParser


class OptionParser

Class responsible for parsing the network scenario options from CLI.


method OptionParser.parse

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.

Clone this wiki locally