pathToPackArg top-level property

FigArg pathToPackArg
final

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')],
);