aboutsummaryrefslogtreecommitdiff
path: root/src/libcmd/command.hh
diff options
context:
space:
mode:
authorBen Burdette <bburdette@protonmail.com>2022-06-02 10:26:46 -0600
committerBen Burdette <bburdette@protonmail.com>2022-06-02 10:26:46 -0600
commit9151dbff88fa765496e970aee2db5a8ce640b3a4 (patch)
tree50ff23ee4947500872d8972195a3e5dae05e7004 /src/libcmd/command.hh
parent1892355766af57868f74a9efd75aa279b29a04f6 (diff)
ignore-try flag
Diffstat (limited to 'src/libcmd/command.hh')
-rw-r--r--src/libcmd/command.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcmd/command.hh b/src/libcmd/command.hh
index 8982f21d0..2c930dcb7 100644
--- a/src/libcmd/command.hh
+++ b/src/libcmd/command.hh
@@ -58,6 +58,7 @@ struct CopyCommand : virtual StoreCommand
struct EvalCommand : virtual StoreCommand, MixEvalArgs
{
bool startReplOnEvalErrors = false;
+ bool ignoreExceptionsDuringTry = false;
EvalCommand();