Skip to content

trongphuongpro/argparse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argument parser for C++

Constructor:

ArgumentParser(int argc, char** argv, const string& descriptor)

Functions:

  • void add_argument(const string& positionalArgument, const string& helpMessage)
  • void add_argument(const string& shortOptionalArgument, const string& longOptionalArgument, const string& defaultValue, const string& helpMessage)
  • void parse_args()
  • const string& get(const string& key)
  • T get<T>(const string& key)

About

Argument parser for C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published