Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 288 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 288 Bytes

Command Line Parser

Similar to parsing a command line provided in UNIX/Linux shells.

Features:

  • Supports multi-line parsing separated using a semicolon.
  • Supports multi-word arguments grouped using a double/single quotes.
  • Can show the debugging information while parsing.