} else if (options.p) {
    const price: string = options.p !== true ? options.p : "";
    await sushiro
      .price(price)
      .then((value: string): void => {