You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool was originally intended to be used as a CLI, so it only takes one string argument, which corresponds to stdin. Like this:
$ echo -n "world"| ctts hello.ts
However, if it is also to be used as a library, it might be interesting to support multiple arguments. For what purpose are you thinking of using it as a library?
Hello @n4o847 , how can I use not only one arguments? for example
or maybe
The text was updated successfully, but these errors were encountered: