Warning, file /include/catch2/internal/catch_commandline.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef CATCH_COMMANDLINE_HPP_INCLUDED
0009 #define CATCH_COMMANDLINE_HPP_INCLUDED
0010
0011 #include <catch2/internal/catch_clara.hpp>
0012
0013 namespace Catch {
0014
0015 struct ConfigData;
0016
0017 Clara::Parser makeCommandLineParser( ConfigData& config );
0018
0019 }
0020
0021 #endif