use pflag
to keep argument style unified with tsc
#507
Closed
trim21
started this conversation in
Design Discussion
Replies: 1 comment
-
This is a temporary CLI: #492 We have our own CLI parser that matches tsc that will be used long-term. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
in tsc we have flags with double dash like
--noEmit
. but in tsgo it's single dash-noEmit
now.maybe use https://pkg.go.dev/github.com/spf13/pflag to preserve the old arguments style?
Beta Was this translation helpful? Give feedback.
All reactions