timeSpec top-level property
Completion spec for time CLI
Implementation
final FigSpec timeSpec = FigSpec(
name: 'time',
description: 'Time how long a command takes!',
args: [
Arg(
)
]
);
Completion spec for time CLI
final FigSpec timeSpec = FigSpec(
name: 'time',
description: 'Time how long a command takes!',
args: [
Arg(
)
]
);