happy-coders/fun-cli

View on GitHub
src/lib/commands/command.input.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface Input {
  name: string;
  value: boolean | string;
  options?: any;
}