conventional-cli
Version:
Conventional for CLI tools
5 lines (4 loc) • 347 B
TypeScript
import { ArgumentTypes } from './src/types';
import { Section, UsageProperty, Argument, Command, Usage } from './src/models';
import { ISection, IUsageProperty, IArgument, ICommand, IUsage } from './src/interfaces';
export { ArgumentTypes, Section, UsageProperty, Argument, Command, Usage, ISection, IUsageProperty, IArgument, ICommand, IUsage };