Tab constructor

Tab({
  1. ShellCompDirective emptyCompletionDirective = ShellCompDirective.noFileComp,
})

Implementation

Tab({this.emptyCompletionDirective = ShellCompDirective.noFileComp})
  : super('', '');