PubPassthroughCommand.fromDefinition constructor

PubPassthroughCommand.fromDefinition(
  1. PubCommandDefinition definition
)

Implementation

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