mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-03-21 17:34:19 -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 { 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')
|
||||
.description('Import existing files into BOSS')
|
||||
.addCommand(oldCdnCmd)
|
||||
.addCommand(seedCmd);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user