succeed(textOrOptions?: string | Partial<SpinnerOptions>): void {
    if (!spinnies.pick(this.name)) {
      return;
    }
    spinnies.succeed(this.name, textOrOptions);