Changed default config file name to .clang-uml

This commit is contained in:
Bartek Kryza
2021-07-25 23:01:08 +02:00
parent 7d43075677
commit 734b82eb09
33 changed files with 6 additions and 426 deletions

View File

@@ -50,7 +50,7 @@ int main(int argc, const char *argv[])
{
CLI::App app{"Clang-based PlantUML generator from C++ sources"};
std::string config_path{".clanguml"};
std::string config_path{".clang-uml"};
std::string compilation_database_dir{'.'};
std::vector<std::string> diagram_names{};
bool verbose{false};