chore(cli): auto-sort imports (#7116)

This commit is contained in:
Jason Rasmussen
2024-02-14 09:55:40 -05:00
committed by GitHub
parent 87ae0be081
commit 69166fa520
12 changed files with 61 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
#! /usr/bin/env node
import { Command, Option } from 'commander';
import path from 'node:path';
import os from 'node:os';
import path from 'node:path';
import { version } from '../package.json';
import { LoginCommand } from './commands/login.command';
import { LogoutCommand } from './commands/logout.command';