Code Climate
Product
Browser Extension
Features
Pricing
Developers
Sign up
Login
happy-coders/fun-cli
View on GitHub
Star
Overview
Progress
Issues
Code
Filters
Trends
Last
master
build
See recent builds
9 days ago
Refresh default branch
Refresh
src/lib/commands/command.input.ts
Summary
Maintainability
A
0 mins
Test Coverage
Issues
Source
Stats
Issues
export interface Input { name: string; value: boolean | string; options?: any; }