[ci] format

This commit is contained in:
ematipico 2023-07-05 16:05:32 +00:00 committed by astrobot-houston
parent 6e9c295799
commit 44e56bb3bc

View file

@ -1,6 +1,7 @@
/* eslint-disable no-console */
import fs from 'fs';
import * as colors from 'kleur/colors';
import { arch, platform } from 'node:os';
import type { Arguments as Flags } from 'yargs-parser';
import yargs from 'yargs-parser';
import { ZodError } from 'zod';
@ -19,7 +20,6 @@ import { formatConfigErrorMessage, formatErrorMessage, printHelp } from '../core
import * as event from '../events/index.js';
import { eventConfigError, eventError, telemetry } from '../events/index.js';
import { openInBrowser } from './open.js';
import { arch, platform } from 'node:os';
type Arguments = yargs.Arguments;
type CLICommand =