Zafu/Cli/Args/Internal/Help

Zafu/Cli/Args/Internal/Help

private package

source code:

public dependencies: Zafu/Cli/Args/Types, Zafu/Collection/NonEmptyChain, Zafu/Text/Pretty

Index

Values

failure_doc

references: Zafu/Cli/Args/Types::CliError, Zafu/Cli/Args/Types::Command, Zafu/Cli/Args/Types::HelpConfig, Zafu/Collection/NonEmptyChain::NonEmptyChain, Zafu/Text/Pretty::Doc

def failure_doc[a](
    config: Zafu/Cli/Args/Types::HelpConfig,
    command: Zafu/Cli/Args/Types::Command[a],
    errors: Zafu/Collection/NonEmptyChain::NonEmptyChain[Zafu/Cli/Args/Types::CliError]
) -> Zafu/Text/Pretty::Doc

help_doc

references: List, String, Zafu/Cli/Args/Types::Command, Zafu/Cli/Args/Types::HelpConfig, Zafu/Text/Pretty::Doc

def help_doc[a](
    config: Zafu/Cli/Args/Types::HelpConfig,
    command: Zafu/Cli/Args/Types::Command[a],
    command_path: List[String]
) -> Zafu/Text/Pretty::Doc