identifierArg top-level property

FigArg identifierArg
final

Implementation

final FigArg identifierArg = FigArg(
  name: 'identifier',
  suggestions: [
    FigSuggestion(name: 'pid'),
    FigSuggestion(name: 'pid.tty'),
    FigSuggestion(name: 'pid.tty.host'),
    FigSuggestion(name: 'sessionowner/pid'),
    FigSuggestion(name: 'sessionowner/pid.tty'),
    FigSuggestion(name: 'sessionowner/pid.tty.host'),
  ],
);