copypathSpec top-level property
Completion spec for copypath CLI
Implementation
final FigSpec copypathSpec = FigSpec(
name: 'copypath',
description: 'Oh-My-Zsh plugin that copies the path of given directory or file to the clipboard',
args: [
Arg(
name: 'path',
isOptional: true,
template: ['filepaths', 'folders']
)
]
);