Skip to content
Snippets Groups Projects

Resolve "List files from git repository instead of checking all one by one"

14 files
+ 448
357
Compare changes
  • Side-by-side
  • Inline
Files
14
@@ -3,10 +3,10 @@
/* tslint:disable */
/* eslint-disable */
export enum DocumentationEnum {
USAGE = 'usage',
INPUT = 'input',
OUTPUT = 'output',
CHANGELOG = 'changelog',
PARAMETER_SCHEMA = 'parameter_schema',
CLOWM_INFO = 'clowm_info',
USAGE_MD = 'usage.md',
INPUT_MD = 'input.md',
OUTPUT_MD = 'output.md',
CHANGELOG_MD = 'changelog.md',
PARAMETER_SCHEMA_JSON = 'parameter_schema.json',
CLOWM_INFO_JSON = 'clowm_info.json',
}
Loading