Open varungandhi-src opened 2 years ago
I was going to implement this assuming it was an easy fix but commander merges arguments after --
with positional arguments. We can work around it by manually parsing out command.args
(which includes the unparsed list of arguments) but decided to pause since it's unclear in what situations we need this functionality.
If you have an invocation like:
We should pass through
<other-args>
totsc
and consume<args>
withinlsif-typescript
.