CondeNast / perf-timeline-cli

Generate Chrome Performance Timelines via a command line interface
Apache License 2.0
103 stars 4 forks source link

Match help output to docs #4

Closed tollmanz closed 6 years ago

tollmanz commented 6 years ago

Yargs allows camelCase to be passed as --camel-case. I want to use the "dash-casing" for the interface, but magically convert that to camelcase for use within the app. Right now, the command help is using camelcase and the docs are "dash-case". I want to resolve this.

screen shot 2018-03-21 at 11 44 02 am