UpdateCommand constructor

UpdateCommand()

Implementation

UpdateCommand()
    : super(
        command: 'update',
        description: 'Update the project to the latest version.',
        example: 'me update',
      );