Skip to content

Easygoing Args is a header-only C++ argument parser that allows you to write minimal code, use less mental effort, and focus more on core functionality development.

License

Notifications You must be signed in to change notification settings

tokomine/Easygoing-Args

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Easygoing-Args

Easygoing Args is a header-only C++ argument parser that allows you to write minimal code, use less mental effort, and focus more on core functionality development.

Features

  • Use C++ macros and editor auto-completion to avoid memorizing the spelling of configuration options, data type, and API.
  • Register and access configuration options without repeatedly typing their names as strings.
  • Automatically generate short names for configuration options.

Installation

Usage

License

Easygoing-Args is licensed under the MIT License.

About

Easygoing Args is a header-only C++ argument parser that allows you to write minimal code, use less mental effort, and focus more on core functionality development.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published