Zafu/Cli/Args/Internal/Lex

Zafu/Cli/Args/Internal/Lex

private package

source code:

public dependencies: Zafu/Cli/Args/Types, Zafu/Collection/HashSet

Index

Types

BuiltInRequest

type BuiltInRequest

Constructors

ScanResult

type ScanResult

Constructors

SomeCommand

type SomeCommand

Constructors

Values

command_from_subcommand

references: SomeCommand, Zafu/Cli/Args/Types::Args, Zafu/Cli/Args/Types::Subcommand

def command_from_subcommand[a
](sub: Zafu/Cli/Args/Types::Subcommand[Zafu/Cli/Args/Types::Args, a]) -> SomeCommand

scan_command

references: List, ScanResult, String, Zafu/Cli/Args/Types::Command, Zafu/Cli/Args/Types::ParseConfig

def scan_command[a](
    config: Zafu/Cli/Args/Types::ParseConfig,
    command: Zafu/Cli/Args/Types::Command[a],
    argv: List[String]
) -> ScanResult