tab library

Classes

Argument
Defines a positional argument on a command.
Command
Command definition used to build completion trees.
Completion
Represents a completion entry returned to the shell.
Option
Defines an option on a command.
Tab

Enums

Shell

Extension Types

ShellCompDirective

Typedefs

Complete = void Function(String value, String description)
Adds a single completion entry.
CompleteHandler = void Function(Complete complete, Map<String, Option> options)
Provides completion entries for an argument or option.