mutterkey
KDE-first push-to-talk transcription tool for KDE Plasma
Loading...
Searching...
No Matches
commanddispatch.h
1#pragma once
2
3#include <span>
4#include <QStringList>
5
11QStringList rawArguments(std::span<char *const> arguments);
12
18int commandIndexFromArguments(const QStringList &arguments);
19
26bool shouldShowConfigHelp(const QStringList &arguments, int commandIndex);
27
32QString configHelpText();
33
40bool shouldShowModelHelp(const QStringList &arguments, int commandIndex);
41
46QString modelHelpText();