Fix Example

This commit is contained in:
tobid7 2024-12-16 22:13:20 +01:00
parent 44905e449f
commit fa035daae1

View File

@ -10,7 +10,7 @@ Used in ctrff and npi-build
#include <cli-fancy.hpp>
void ShowString(const cf7::command::ArgumentList& data) {
std::cout << "Input String was: " << cf7::command::GetArg(data, "i") << std::endl;
std::cout << "Input String was: " << cf7::command::GetArg(data, "input") << std::endl;
}
int main(int argc, char* argv[]) {