handler: (argv: any) => {
      const main = new BeautifyCommand();
      main.beautify(argv).catch((error: Error) => {});
    },