clausreinke / typescript-tools

(repo no longer active) Tools related to the TypeScript language
Apache License 2.0
266 stars 29 forks source link

Allow TSSstart to accept an arbitrary number of parameters #53

Closed icholy closed 9 years ago

icholy commented 9 years ago

:TSSstart --project .

clausreinke commented 9 years ago

Thanks for the suggestion. Yes, there should be a way to use --project from vim, but I don't want to change the meaning of TSSstarthere, so I'll probably just add another command.

icholy commented 9 years ago

How about letting :TSSstart take an arbitrary number of arguments?

clausreinke commented 9 years ago

That seems to be the way forward (just using -nargs=*). Done.

icholy commented 9 years ago

:+1: