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
Right you can do subcommands but it's weird that they're dot-separated, which feels like a leaky abstraction from trpc's http bias. A more CLI-ish thing to do would be to space separate like yarn workspaces list rather than yarn workspace.list which is how it would be now.
The text was updated successfully, but these errors were encountered:
mmkal
changed the title
Subcommands (space- rather than not dot-separated)
Subcommands (space- rather than dot-separated)
Sep 15, 2024
Right you can do subcommands but it's weird that they're dot-separated, which feels like a leaky abstraction from trpc's http bias. A more CLI-ish thing to do would be to space separate like
yarn workspaces list
rather thanyarn workspace.list
which is how it would be now.The text was updated successfully, but these errors were encountered: