diff --git a/NodeApp/src/commander/user/subcommands/UserCreateResumeCommand.ts b/NodeApp/src/commander/user/subcommands/UserCreateResumeCommand.ts index 9cf6e49c85ba28c756050ab09d6efbf1abc24819..2126278b2f76af74269f6e6c4fff360fc572cd82 100644 --- a/NodeApp/src/commander/user/subcommands/UserCreateResumeCommand.ts +++ b/NodeApp/src/commander/user/subcommands/UserCreateResumeCommand.ts @@ -5,10 +5,9 @@ import SessionManager from "../../../managers/SessionManager"; import ora from "ora"; import fs from 'fs'; import path from 'path'; -import TextStyle from "../../../types/TextStyle"; -import GitlabManager from "../../../managers/GitlabManager"; -import User from "../../../sharedByClients/models/User"; -import test from "node:test"; +import TextStyle from "../../../types/TextStyle"; +import GitlabManager from "../../../managers/GitlabManager"; +import User from "../../../sharedByClients/models/User"; type CommandOptions = { id : string, nameFile : string, full : boolean, test : boolean} @@ -24,7 +23,7 @@ class UserCreateResumeCommand extends CommanderCommand { .option('--test', 'test command') .action(this.commandAction.bind(this)); } - // protected async commandAction(options: { name: string }): Promise<void> { + protected async commandAction(options : CommandOptions): Promise<void> { // check privileges console.log(chalk.cyan('Please wait while we are exporting the resume...')); diff --git a/NodeApp/src/commander/user/subcommands/working.zip b/NodeApp/src/commander/user/subcommands/working.zip deleted file mode 100644 index aa807c61213a2f72e56c9a97b663acd0d26570f4..0000000000000000000000000000000000000000 Binary files a/NodeApp/src/commander/user/subcommands/working.zip and /dev/null differ