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 22, 2023. It is now read-only.
Hi,
When using
const { args } = this.parse(Command)
, the type ofargs
isany
.This makes it harder to maintain stability when passing those args around.
Is it possible to make it inherit the values from the property itself?
So if I have:
The type of
const { args } = this.parse(Command)
will be{ someArg: string }
The text was updated successfully, but these errors were encountered: