module

OptionBuilder::Completion

Shell completion script generation.

Class methods

generate(command : Command, shell : Shell) : String

Generates a shell completion script. Flags with choices get value completion automatically.

Source
generate(command : Command, shell : String) : String

String overload for convenience (e.g. from CLI input).

Source