copyfileSpec top-level property
Completion spec for copyfile CLI
Implementation
final FigSpec copyfileSpec = FigSpec(
name: 'copyfile',
description: 'Oh-My-Zsh plugin that copies the contents of a file to the clipboard',
args: [
Arg(
name: 'file',
template: 'filepaths'
)
]
);