mirror of https://github.com/buster-so/buster.git
change naming from index to command
This commit is contained in:
parent
d123494372
commit
f8a1b0636d
|
@ -1,8 +1,8 @@
|
|||
import type { Command } from 'commander';
|
||||
import { createAuthCommand } from './auth';
|
||||
import { createDeployCommand } from './deploy';
|
||||
import { createInitCommand } from './init';
|
||||
import { createSettingsCommand } from './settings';
|
||||
import { createAuthCommand } from './auth/command';
|
||||
import { createDeployCommand } from './deploy/command';
|
||||
import { createInitCommand } from './init/command';
|
||||
import { createSettingsCommand } from './settings/command';
|
||||
import { createUpdateCommand } from './update';
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue