Registry / cli / lionkor-commandline

lionkor-commandline

JSON →
library2.4.2vcpkgunverified

A C++ commandline for use in servers and chat software. Provides very simple asynchronous input/output.

vcpkg install lionkor-commandline
INSTALL
IMPORT
SIG · LIONKOR-COMMANDLIN
L
lionkor-commandline
clicppv2.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

commandline/commandline.h
#include <commandline/commandline.h>

Create a command line interface with a 'hello' command.

#include <commandline/commandline.h> #include <iostream> int main() { commandline::CommandLine cl; cl.addCommand("hello", [](const std::vector<std::string>& args) { std::cout << "Hello, world!" << std::endl; }); cl.run(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.4.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources

No resource links recorded.

lionkor-commandline — pip install lionkor-commandline · libregistry