License: MIT Lifecycle Documentation Build Status Coverage Aqua QA

Preface

This package is a fork of SimpleArgParse, which in turn is a minimalistic command-line argument parsing library in the spirit of Python's argparse.

In comparison with SimpleArgParse, the code has been substantially refactored, the parser made extensible, and interactive use in console applications and an extensible input validator has been added. See New Features and Changelog for details.