Index
Modules:
bossy
.
API symbols
`[]`:
bossy: proc `[]`(args: CommandLineArgs; key: string): string
CommandLineArgs:
bossy: type CommandLineArgs
contains:
bossy: proc contains(args: CommandLineArgs; key: string): bool
getCommandLineArgs:
bossy: proc getCommandLineArgs(): CommandLineArgs
getOrDefault:
bossy: proc getOrDefault(args: CommandLineArgs; key, default: string): string
toBase:
bossy: converter toBase(args: var CommandLineArgs): var seq[(string, string)]
bossy: converter toBase(args: CommandLineArgs): lent seq[(string, string)]