Tabular::Directive
Inherits Enum < Comparable < Value < Object
A bit map representing the different behaviors the shell can be instructed to have once completions have been provided.
Constants
Indicates to let the shell perform its default behavior after completions have been provided.
Indicates an error occurred and completions should be ignored.
Indicates that the shell should not add a space after the completion even if there is a single completion provided.
Indicates that the shell should not provide file completion even when no completion is provided.
Indicates that the provided completions should be used as file extension filters.
Indicates that only directory names should be provided in file completion.
Indicates that the shell should preserve the order in which the completions are provided
Indicates that the shell should suggest—and/or provide completions for—executables from henceforth.