Logo white

Peter M. Groen / CLI11

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 1,166
  • Compare
  • Branches 1
  • Tags 0
  • CLI11
28 Dec, 2020
4 commits
  • fix: add an alias section to the help for subcommands (#545)
    822f3d67
    Philip Top authored
    2020-12-28 11:02:18 -0500  
    Browse Code »
  • tests: add some extra tests from debugging (#542) ...
    a86f7fbd
    * add a test to verify std::optional<std::uint64_t> works correctly.
    
    * adding some extra tests to help with debugging
    Philip Top authored
    2020-12-28 11:01:11 -0500  
    Browse Code »
  • feat: add a silent option to subcommands (#529) ...
    f0461525
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    Philip Top authored
    2020-12-28 11:00:18 -0500  
    Browse Code »
  • feat: add a validator that checks for specific types conversion (#526)
    31be35b2
    Philip Top authored
    2020-12-28 10:58:57 -0500  
    Browse Code »

25 Nov, 2020
1 commit
  • Fix the test for cuda by updating the version number of a repo that is part of the test. (#543)
    28b35af5
    Philip Top authored
    2020-11-25 14:41:18 -0800  
    Browse Code »

03 Nov, 2020
2 commits
  • docs: add dbarowy as a contributor (#534) ...
    3bf24c51
    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored
    2020-11-03 23:53:09 -0500  
    Browse Code »
  • docs: fix variable name. (#533)
    ff557589
    Dan Barowy authored
    2020-11-03 11:58:23 -0500  
    Browse Code »

28 Oct, 2020
6 commits
  • docs: add dfleury2 as a contributor (#532) ...
    a9e8c564
    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored
    2020-10-28 12:34:47 -0400  
    Browse Code »
  • fix: add multilines array support for TOML (#528) ...
    a7902531
    * Adds multilines array support
    
    * Update include/CLI/Config.hpp
    
    Co-authored-by: David Fleury <david.fleury@expandium.com>
    Co-authored-by: Henry Schreiner <HenrySchreinerIII@gmail.com>
    D. Fleury authored
    2020-10-28 12:34:24 -0400  
    Browse Code »
  • fix: help all was showing up in the required list error if requirement are not met. (#530)
    69674dc9
    Philip Top authored
    2020-10-28 12:33:15 -0400  
    Browse Code »
  • feat: create pkg-config file (#523)
    e50a75f2
    djerius authored
    2020-10-28 12:06:05 -0400  
    Browse Code »
  • feat: support for Atomic types in flags and options (#520)
    89926dc8
    Philip Top authored
    2020-10-28 11:57:47 -0400  
    Browse Code »
  • ci: label PRs when merged
    d621be05
    Henry Schreiner authored
    2020-10-28 11:34:45 -0400  
    Browse Code »

15 Oct, 2020
1 commit
  • fix: don't copy ConfigItems when iterating (#521) ...
    97e5ebe4
    Use a const reference to avoid unnecessary copies. Also constify the
    argument to _parse_config.
    Alex Dewar authored
    2020-10-15 21:51:21 -0400  
    Browse Code »

30 Sep, 2020
3 commits
  • feat: add char type (#449) ...
    438eabe5
    add a test for char options
    
    add support for char types to the lexical cast, to allow single character types that make sense, add a integral_conversion operations to simplify the conversions from string to integers and allow discrimination in a few cases with enumerations.
    Philip Top authored
    2020-09-30 17:58:39 -0400  
    Browse Code »
  • docs: add ZeeD26 as a contributor (#519) ...
    a1dd4d70
    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored
    2020-09-30 09:23:35 -0400  
    Browse Code »
  • Print input when validation fails (#516) ...
    d3b0b731
    Co-authored-by: Dominik Steinberger <open-source-libraries@steinberger.io>
    Dominik Steinberger authored
    2020-09-30 08:57:16 -0400  
    Browse Code »

09 Sep, 2020
5 commits
  • :memo: Add @jakoblover as a contributor
    c1666528
    Henry Schreiner authored
    2020-09-09 21:44:59 -0400  
    Browse Code »
  • :memo: Add @ferdymercury as a contributor
    08b03fde
    Henry Schreiner authored
    2020-09-09 21:44:41 -0400  
    Browse Code »
  • :memo: Add @mbhall88 as a contributor
    635ffe71
    Henry Schreiner authored
    2020-09-09 21:44:28 -0400  
    Browse Code »
  • docs: add rcurtin as a contributor (#511) ...
    246d9092
    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored
    2020-09-09 14:12:15 -0400  
    Browse Code »
  • Grammar fix. (#510)
    26555f9e
    Ryan Curtin authored
    2020-09-09 14:08:41 -0400  
    Browse Code »

03 Sep, 2020
3 commits
  • Add an ability to deal handle multiple config files (#494)
    6aa58d58
    Philip Top authored
    2020-09-03 19:42:35 -0400  
    Browse Code »
  • fix name of make make option opts function (#509)
    8ce1594e
    Michael Hall authored
    2020-09-03 19:41:18 -0400  
    Browse Code »
  • Customize text between option name and description (#497) ...
    11141525
    * Added an option to change the text between definition and description
    
    * Added test and readme
    
    * Update Option.hpp
    
    Fixed shadowing issue
    
    * style: fix formatting
    
    Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
    Jakob Lover authored
    2020-09-03 19:40:42 -0400  
    Browse Code »

02 Sep, 2020
1 commit
  • fix: left table column too long (#504)
    b21f2e1b
    Henry Schreiner authored
    2020-09-02 09:16:53 -0400  
    Browse Code »

25 Aug, 2020
1 commit
  • fix: Boost test might fail - make explicit for now
    105399a6
    Henry Schreiner authored
    2020-08-25 09:57:41 -0400  
    Browse Code »

13 Aug, 2020
1 commit
  • Clarify inclusion of CLI11 via CMake (#499) ...
    82c71bd7
    Installing is not optional if you want find_package to work
    Specify other options when using shared folders (system-wide) rather than local ones.
    Fixes https://github.com/CLIUtils/CLI11/issues/498
    ferdymercury authored
    2020-08-13 17:58:41 -0400  
    Browse Code »

27 Jul, 2020
4 commits
  • chore: update pre-commit and GHA
    7cdd95e3
    Henry Schreiner authored
    2020-07-27 22:11:23 -0400  
    Browse Code »
  • docs: update validator
    99a8edcf
    Henry Schreiner authored
    2020-07-27 22:11:23 -0400  
    Browse Code »
  • Bump to Version 1.9.1
    f1349f12
    Henry Schreiner authored
    2020-07-27 22:11:23 -0400  
    Browse Code »
  • fix: a failing test case for toml string_vector processing (#491)
    102e201d
    Philip Top authored
    2020-07-27 22:10:18 -0400  
    Browse Code »

24 Jul, 2020
1 commit
  • allow the use of `allow_extra_args(false)` to specify only a single argument at … ...
    34bd8097
    …a time with a container output. (#484)
    
    Philip Top authored
    2020-07-24 00:02:33 -0400  
    Browse Code »

21 Jul, 2020
1 commit
  • ci: update pre-commit (#488) ...
    73e94b22
    Caching is now internal! Much nicer.
    Henry Schreiner authored
    2020-07-21 12:51:03 -0400  
    Browse Code »

20 Jun, 2020
1 commit
  • fix: add quotes (#471) ...
    2b059cbd
    * fix: add quotes
    
    * Update CMakeLists.txt
    
    * Try 2
    
    * fix: Support paths with spaces using @ZeeD26's suggestion
    Henry Schreiner authored
    2020-06-20 10:21:41 -0400  
    Browse Code »

14 Jun, 2020
5 commits
  • docs: add samhocevar as a contributor (#479) ...
    a2bf5cde
    * docs: update README.md [skip ci]
    
    * docs: update .all-contributorsrc [skip ci]
    
    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored
    2020-06-14 11:37:34 -0400  
    Browse Code »
  • doc: changelog
    b2700584
    Henry Schreiner authored
    2020-06-14 11:36:41 -0400  
    Browse Code »
  • doc: changelog ...
    9f27da02
    [skip ci]
    Henry Schreiner authored
    2020-06-14 11:35:04 -0400  
    Browse Code »
  • Fix internal header include paths. (#475) ...
    2337bbf3
    * Fix internal header include paths.
    
    The extra leading "CLI/" part of include directives prevents the inclusion
    of CLI.hpp from a relative directory without an extra -I or /I compiler
    directive.
    
    * Fix single header generation script.
    
    Files included with "" should be relative to the header file location first.
    Sam Hocevar authored
    2020-06-14 11:32:29 -0400  
    Browse Code »
  • Fix default --version help message capitalisation. (#476) ...
    dccfb06d
    The default help message for “--help” is capitalised, whereas the one
    for “--version” was not:
    
        -h,--help                   Print this help message and exit
        -V,--version                display program version information and exit
    Sam Hocevar authored
    2020-06-14 11:13:54 -0400  
    Browse Code »