ExecuteCommandFunction typedef
ExecuteCommandFunction =
Future<ExecuteCommandOutput> Function(ExecuteCommandInput input)
Async function to execute a command. Aligns with Fig.ExecuteCommandFunction.
Implementation
typedef ExecuteCommandFunction = Future<ExecuteCommandOutput> Function(
ExecuteCommandInput input);