Robyn-SimpleCommandLib icon

SimpleCommandLib

A library to make command line parsing simple and straightforward

Last updated 2 weeks ago
Total downloads 1883
Total rating 1 
Categories Misc
Dependency string Robyn-SimpleCommandLib-1.1.1
Dependants 1 other package depends on this package

README

SimpleCommandLib

SimpleCommandLib is a lightweight C# library designed to facilitate the creation and management of command-line interfaces (CLI) in applications. It provides an object-based structure for parsing and executing commands, making it easy to integrate into CLI tools or applications that require user input handling.

SimpleCommandLib will perform in any scenario where user input or strings need to be mapped to code execution.

Features

  • Object-Based Command Structure: Easily define and manage commands using objects.
  • Command Parsing: Efficiently parse command-line input or user input.
  • Extensible: Add custom commands with minimal effort.
  • Simple: Designed to be human-readable and easy to understand