argparse
argparse copied to clipboard
Feature request make argparse API more like python
e.g. get<>("--option") should be also avaiable as get<>("option")
.contains() to make it more like STL std::map