Skip to content

Commit

Permalink
Release 1.0.0-alpha.37-anim-size-patch; Adapt cxxopts change
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinktofit committed Mar 28, 2023
1 parent 9f79bfe commit 816e32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cli/ReadCliArgs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ std::optional<CliArgs> readCliArgs(std::span<std::string_view> args_) {
std::cerr << options.help() << std::endl;
return {};
}
} catch (const cxxopts::OptionException &ex_) {
} catch (const cxxopts::exceptions::exception &ex_) {
std::cerr << ex_.what() << "\n";
std::cout << options.help() << std::endl;
return {};
Expand Down

0 comments on commit 816e32d

Please sign in to comment.