File indexing completed on 2025-01-05 04:54:19

0001 /*
0002    SPDX-FileCopyrightText: 2013-2024 Laurent Montel <montel@kde.org>
0003 
0004    SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 #pragma once
0007 
0008 #include <KLocalizedString>
0009 #include <QCommandLineParser>
0010 
0011 static void knotesOptions(QCommandLineParser *parser)
0012 {
0013     parser->addOption(QCommandLineOption(QStringLiteral("skip-note"), i18n("Suppress creation of a new note on a non-unique instance.")));
0014 }