grafana / cuetsy

Experimental CUE->TypeScript exporter
Apache License 2.0
106 stars 8 forks source link

Add cuepath,export and destination option #82

Closed Marimoiro closed 1 year ago

Marimoiro commented 1 year ago

This PR is a suggestion but I want to support for the export option.

Add cuepath,export and destination option

Now, cuetsy.exe can accept only this pattern:

cuetsy [file.cue]

This PR adds support this pattern:

cuetsy -c [file.cue]  (--export) (--destination [destinationPath or -])

new dependency

https://github.com/urfave/cli

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.