Interactive Component
Provides an interface for interactive components.
Functions
Link copied to clipboard
abstract operator fun invoke(args: Array<String>, flags: Flags, cancellationToken: CancellationToken): StepResult
Invoke the interactive component. Any arguments can be specified with args, as well as flags. A cancellationToken can be specified to allow cancellation. Returns a StepResult.