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
{{ message }}
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
You can use options.get("not an option") and TS won't tell you there's a mistake, because actions currently cannot know their options or args statically.
Blocked on parser generator. Can generate types too.
The text was updated successfully, but these errors were encountered:
You can of course write it directly in Fig.run but that's a bit of an antipattern.
I'm thinking this will do something more specific than Fig.Spec etc. Instead it will use something like Fig.InferredSpec which has a shitload of generics on it that Fig.infer will infer for you. It has to be a function param atm, generics can't be inferred on an assignment :(
You can use
options.get("not an option")
and TS won't tell you there's a mistake, because actions currently cannot know their options or args statically.Blocked on parser generator. Can generate types too.
The text was updated successfully, but these errors were encountered: