CommandInvocation
interfaceThe call that started the current command run.
Import
import { CommandInvocation } from '@modular/sdk';Members2
- args
readonly unknown[]Arguments the caller passed, in the order they were given.
- id
stringThe command id that was run.
Notes
- category
- Context