AllOptionsAndCommandsCompletionResult constructor

const AllOptionsAndCommandsCompletionResult({
  1. required CompletionLevel completionLevel,
})

A CompletionResult that suggests all options and commands in a completionLevel.

Implementation

const AllOptionsAndCommandsCompletionResult({
  required this.completionLevel,
});