pushdSpec top-level property
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'
)
]
);