removed --archive

This commit is contained in:
Nebel 2023-11-20 23:35:26 +09:00
parent ca85767a3c
commit e4202f7fee
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -118,14 +118,6 @@ const options = {
await library.archive(args.values["out-dir"]!);
},
},
archive: {
type: "boolean",
async run() {
const db = await createDatabase(args.values.db!);
const library = createLibrary(db);
await library.archive(args.values["out-dir"]!);
},
},
help: {
type: "boolean",
short: "h",