pathToPackArg top-level property
Implementation
final FigArg pathToPackArg = FigArg(
name: 'path/to/pack.ts',
description: 'The path to the pack.ts file. E.g. src/pack.ts',
generators: const [FigGenerator(template: 'filepaths')],
);
final FigArg pathToPackArg = FigArg(
name: 'path/to/pack.ts',
description: 'The path to the pack.ts file. E.g. src/pack.ts',
generators: const [FigGenerator(template: 'filepaths')],
);