Skip to content

Simple and lightweight command parsing library. Can be used for parsing command line arguments, or user given commands in chat like applications.

License

Notifications You must be signed in to change notification settings

SwiTool/Command-Parser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyratron Command Parser Framework

[![Build Status](https://travis-ci.org/Pyratron/Command-Parser.svg?branch=master)](https://travis-ci.org/Pyratron/Command-Parser)

A powerful but simple command parsing library for use in games and other applications making use of user input commands. If you have created a game or application that has the need for command support, this library will easily let you create commands through a fluent interface, add help pages, optional parameters, grouped parameters, validation rules, permission levels, and more.

The demo application contains a short tutorial and a variety of example commands to get you started.

The library is available for .NET (C#, VB, and C++/CLI) and Java, and will run on most major platforms.

##Documentation & Tutorials Documentation and tutorials are available on the Pyratron website.

###Example Application: Example

About

Simple and lightweight command parsing library. Can be used for parsing command line arguments, or user given commands in chat like applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 54.9%
  • Java 45.1%