diff --git a/include/argparse/argparse.hpp b/include/argparse/argparse.hpp index aa5f959..ab3c564 100644 --- a/include/argparse/argparse.hpp +++ b/include/argparse/argparse.hpp @@ -857,6 +857,9 @@ public: ArgumentParser(const ArgumentParser &other) : mProgramName(other.mProgramName), + mVersion(other.mVersion), + mDescription(other.mDescription), + mEpilog(other.mEpilog), mIsParsed(other.mIsParsed), mPositionalArguments(other.mPositionalArguments), mOptionalArguments(other.mOptionalArguments) {