Update arguments.cpp

Added remove argument
This commit is contained in:
Ivan Samokhin 2026-03-18 14:10:18 +04:00 committed by GitHub
parent 1308365015
commit 901fc14c36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,6 +28,8 @@ const QList<arg_option> arguments::opts = {
"Exit after importing items."),
arg_option("help", NULL, no_argument, true, false,
"Print this help and exit."),
arg_option("remove", NULL, no_argument, true, false,
"Remove selected item from database."),
arg_option("hierarchy", "directory", file_argument, true, true,
"Save OpenSSL index hierarchy in <dir>."),
arg_option("index", "file", file_argument, true, true,