mmkal / trpc-cli

Turn a tRPC router into a type-safe, fully-functional, documented CLI
Other
49 stars 0 forks source link

Support subscriptions #6

Open mmkal opened 1 month ago

mmkal commented 1 month ago

This could be a nice way to create CLIs with "watch" mode - most common use case would be emitting events to the "server" when something on the filesystem changes, but there are probably other use-cases too. Need to think through properly