[CompletionResult]::new('--tabs','tabs',[CompletionResultType]::ParameterName,'Set the tab width to T spaces.')
[CompletionResult]::new('--wrap','wrap',[CompletionResultType]::ParameterName,'Specify the text-wrapping mode (*auto*, never, character).')
[CompletionResult]::new('--terminal-width','terminal-width',[CompletionResultType]::ParameterName,'Explicitly set the width of the terminal instead of determining it automatically. If prefixed with ''+'' or ''-'', the value will be treated as an offset to the actual terminal width. See also: ''--wrap''.')
[CompletionResult]::new('--color','color',[CompletionResultType]::ParameterName,'When to use colors (*auto*, never, always).')
[CompletionResult]::new('--italic-text','italic-text',[CompletionResultType]::ParameterName,'Use italics in output (always, *never*)')
[CompletionResult]::new('--decorations','decorations',[CompletionResultType]::ParameterName,'When to show the decorations (*auto*, never, always).')
[CompletionResult]::new('--paging','paging',[CompletionResultType]::ParameterName,'Specify when to use the pager, or use `-P` to disable (*auto*, never, always).')
[CompletionResult]::new('--pager','pager',[CompletionResultType]::ParameterName,'Determine which pager to use.')
[CompletionResult]::new('-m','m',[CompletionResultType]::ParameterName,'Use the specified syntax for files matching the glob pattern (''*.cpp:C++'').')
[CompletionResult]::new('--map-syntax','map-syntax',[CompletionResultType]::ParameterName,'Use the specified syntax for files matching the glob pattern (''*.cpp:C++'').')
[CompletionResult]::new('--theme','theme',[CompletionResultType]::ParameterName,'Set the color theme for syntax highlighting.')
[CompletionResult]::new('--style','style',[CompletionResultType]::ParameterName,'Comma-separated list of style elements to display (*default*, auto, full, plain, changes, header, header-filename, header-filesize, grid, rule, numbers, snip).')
[CompletionResult]::new('--lessopen','lessopen',[CompletionResultType]::ParameterName,'Enable the $LESSOPEN preprocessor')
[CompletionResult]::new('--no-lessopen','no-lessopen',[CompletionResultType]::ParameterName,'Disable the $LESSOPEN preprocessor if enabled (overrides --lessopen)')
[CompletionResult]::new('--config-file','config-file',[CompletionResultType]::ParameterName,'Show path to the configuration file.')
[CompletionResult]::new('--generate-config-file','generate-config-file',[CompletionResultType]::ParameterName,'Generates a default configuration file.')
[CompletionResult]::new('--source','source',[CompletionResultType]::ParameterName,'Use a different directory to load syntaxes and themes from.')
[CompletionResult]::new('--target','target',[CompletionResultType]::ParameterName,'Use a different directory to store the cached syntax and theme set.')
[CompletionResult]::new('-b','b',[CompletionResultType]::ParameterName,'Initialize (or update) the syntax/theme cache.')
[CompletionResult]::new('--build','build',[CompletionResultType]::ParameterName,'Initialize (or update) the syntax/theme cache.')
[CompletionResult]::new('-c','c',[CompletionResultType]::ParameterName,'Remove the cached syntax definitions and themes.')
[CompletionResult]::new('--clear','clear',[CompletionResultType]::ParameterName,'Remove the cached syntax definitions and themes.')
[CompletionResult]::new('--blank','blank',[CompletionResultType]::ParameterName,'Create completely new syntax and theme sets (instead of appending to the default sets).')
[CompletionResult]::new('-h','h',[CompletionResultType]::ParameterName,'Prints help information')
[CompletionResult]::new('--help','help',[CompletionResultType]::ParameterName,'Prints help information')
[CompletionResult]::new('-V','V',[CompletionResultType]::ParameterName,'Prints version information')
[CompletionResult]::new('--version','version',[CompletionResultType]::ParameterName,'Prints version information')