mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-04-25 07:28:01 -05:00
chore: remove unimplemented import cmd
This commit is contained in:
parent
eb363a8bc9
commit
ce4eec54bc
|
|
@ -1,14 +1,6 @@
|
||||||
import { Command } from 'commander';
|
import { Command } from 'commander';
|
||||||
import { seedCmd } from './seed.cmd';
|
import { seedCmd } from './seed.cmd';
|
||||||
|
|
||||||
const oldCdnCmd = new Command('old-cdn')
|
|
||||||
.description('Copy old CDN format data into new database')
|
|
||||||
.argument('<folder>', 'CDN folder to import')
|
|
||||||
.action(async (_folder: string) => {
|
|
||||||
// const ctx = getCliContext();
|
|
||||||
});
|
|
||||||
|
|
||||||
export const importCmd = new Command('import')
|
export const importCmd = new Command('import')
|
||||||
.description('Import existing files into BOSS')
|
.description('Import existing files into BOSS')
|
||||||
.addCommand(oldCdnCmd)
|
|
||||||
.addCommand(seedCmd);
|
.addCommand(seedCmd);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user