whileSpec top-level property
Completion spec for while CLI
Implementation
final FigSpec whileSpec = FigSpec(
name: 'while',
description: 'Repeat a command while this is true',
args: [
Arg(
)
]
);
Completion spec for while CLI
final FigSpec whileSpec = FigSpec(
name: 'while',
description: 'Repeat a command while this is true',
args: [
Arg(
)
]
);