CommandAdd: improve help text
Αυτή η υποβολή περιλαμβάνεται σε:
γονέας
4925299b9d
υποβολή
99d5fca230
@ -122,7 +122,7 @@ int CommandAdd::handle(QStringList arguments)
|
|||||||
{{"n", "threads"}, "Number of threads to use.", "threads"}});
|
{{"n", "threads"}, "Number of threads to use.", "threads"}});
|
||||||
|
|
||||||
parser.addHelpOption();
|
parser.addHelpOption();
|
||||||
parser.addPositionalArgument("paths", "List of paths to process/add to the index", "[paths...]");
|
parser.addPositionalArgument("add", "Add paths to the index", "add [paths...]");
|
||||||
|
|
||||||
parser.process(arguments);
|
parser.process(arguments);
|
||||||
bool keepGoing = false;
|
bool keepGoing = false;
|
||||||
|
Φόρτωση…
x
Αναφορά σε νέο ζήτημα
Block a user