Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config short #443

Merged
merged 9 commits into from
Mar 22, 2020
Prev Previous commit
just try modifying a comment
  • Loading branch information
phlptp committed Mar 14, 2020
commit 88cdf65343f96e9b38c08f272de6e16e0cd083a3
2 changes: 1 addition & 1 deletion include/CLI/Option.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ class Option : public OptionBase<Option> {
/// @name Other
///@{

/// Remember the parent app
/// link back up to the parent App for fallthrough
App *parent_{nullptr};

/// Options store a callback to do all the work
Expand Down