PubPassthroughCommand.fromDefinition constructor
PubPassthroughCommand.fromDefinition(
- PubCommandDefinition definition
Implementation
PubPassthroughCommand.fromDefinition(PubCommandDefinition definition)
: this(
commandName: definition.name,
commandDescription: definition.description,
commandAliases: definition.aliases,
);