Commit 39a5f1981e9395e82be863e77b4b0c69239ec338
Committed by
GitHub
1 parent
082dbf0e
chore: update copyright year to 2023 (#825)
Showing
76 changed files
with
76 additions
and
76 deletions
LICENSE
| 1 | -CLI11 2.2 Copyright (c) 2017-2022 University of Cincinnati, developed by Henry | |
| 1 | +CLI11 2.2 Copyright (c) 2017-2023 University of Cincinnati, developed by Henry | |
| 2 | 2 | Schreiner under NSF AWARD 1414736. All rights reserved. |
| 3 | 3 | |
| 4 | 4 | Redistribution and use in source and binary forms of CLI11, with or without | ... | ... |
examples/callback_passthrough.cpp
examples/config_app.cpp
examples/custom_parse.cpp
examples/digit_args.cpp
examples/enum.cpp
examples/enum_ostream.cpp
examples/formatter.cpp
examples/groups.cpp
examples/inter_argument_order.cpp
examples/modhelp.cpp
examples/nested.cpp
examples/option_groups.cpp
examples/positional_arity.cpp
examples/positional_validation.cpp
examples/prefix_command.cpp
examples/ranges.cpp
examples/retired.cpp
examples/shapes.cpp
examples/simple.cpp
examples/subcom_help.cpp
examples/subcom_in_files/subcommand_a.cpp
examples/subcom_in_files/subcommand_a.hpp
examples/subcom_in_files/subcommand_main.cpp
examples/subcom_partitioned.cpp
examples/subcommands.cpp
examples/testEXE.cpp
examples/validators.cpp
include/CLI/App.hpp
include/CLI/CLI.hpp
include/CLI/Config.hpp
include/CLI/ConfigFwd.hpp
include/CLI/Error.hpp
include/CLI/Formatter.hpp
include/CLI/FormatterFwd.hpp
include/CLI/Macros.hpp
include/CLI/Option.hpp
include/CLI/Split.hpp
include/CLI/StringTools.hpp
include/CLI/Timer.hpp
include/CLI/TypeTools.hpp
include/CLI/Validators.hpp
include/CLI/Version.hpp
include/CLI/impl/App_inl.hpp
include/CLI/impl/Config_inl.hpp
include/CLI/impl/Formatter_inl.hpp
include/CLI/impl/Option_inl.hpp
include/CLI/impl/Split_inl.hpp
include/CLI/impl/StringTools_inl.hpp
include/CLI/impl/Validators_inl.hpp
tests/AppTest.cpp
tests/ComplexTypeTest.cpp
tests/ConfigFileTest.cpp
tests/CreationTest.cpp
tests/DeprecatedTest.cpp
tests/FormatterTest.cpp
tests/HelpTest.cpp
tests/HelpersTest.cpp
tests/NewParseTest.cpp
tests/OptionGroupTest.cpp
tests/OptionTypeTest.cpp
tests/OptionalTest.cpp
tests/SetTest.cpp
tests/SimpleTest.cpp
tests/StringParseTest.cpp
tests/SubcommandTest.cpp
tests/TimerTest.cpp
tests/TransformTest.cpp
tests/TrueFalseTest.cpp
tests/WindowsTest.cpp
tests/catch.hpp
tests/informational.cpp
tests/link_test_1.cpp
tests/link_test_2.cpp
tests/main.cpp
tests/mesonTest/main.cpp