Skip to content
This repository has been archived by the owner on Oct 31, 2018. It is now read-only.
/ cxxopts Public archive
forked from jarro2783/cxxopts

Lightweight C++ command line option parser

License

Notifications You must be signed in to change notification settings

PaladinAI/cxxopts

 
 

Repository files navigation

cxxopts

cxxopts is a C++ comand line option parser used by the Platform.

Syncing with the upstream master branch

First, make sure the upstream remote is configured:

git remote -v

# If the upstream remote doesn't exist, add it:
git remote add upstream https://github.com/jarro2783/cxxopts.git

Then merge the upstream changes from the master branch:

git fetch upstream
git checkout develop
git merge upstream/master

Publishing to the Conan server

To update the package, update the version number in conanfile.py then run:

conan create . paladin/develop
conan upload cxxopts/2.1.1@paladin/develop -r paladin

About

Lightweight C++ command line option parser

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.3%
  • CMake 1.6%
  • Python 0.1%