pushdSpec top-level property

FigSpec pushdSpec
final

Completion spec for pushd CLI

Implementation

final FigSpec pushdSpec = FigSpec(
  name: 'pushd',
  description: 'Change the current directory, and push the old current directory onto the directory stack',
  args: [
    Arg(
    template: 'folders'
  )
  ]
);