summaryrefslogtreecommitdiff
path: root/src/options/main_options.toml
diff options
context:
space:
mode:
authorMathias Preiner <mathias.preiner@gmail.com>2019-08-14 13:12:19 -0700
committerAndrew Reynolds <andrew.j.reynolds@gmail.com>2019-08-14 15:12:19 -0500
commit044891b406eb3ee143403ad8fecd7acb99d17ecb (patch)
treef90d35b378da21c2fe889149eb974709292af609 /src/options/main_options.toml
parent29639a7df6ddf105803431cc85888c9416af6af6 (diff)
Remove option --continued-execution. (#3189)
Diffstat (limited to 'src/options/main_options.toml')
-rw-r--r--src/options/main_options.toml10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/options/main_options.toml b/src/options/main_options.toml
index 9f75e9426..71c964678 100644
--- a/src/options/main_options.toml
+++ b/src/options/main_options.toml
@@ -163,16 +163,6 @@ header = "options/main_options.h"
help = "interactive prompting while in interactive mode"
[[option]]
- name = "continuedExecution"
- category = "regular"
- long = "continued-execution"
- type = "bool"
- default = "false"
- links = ["--interactive", "--no-interactive-prompt"]
- read_only = true
- help = "continue executing commands, even on error"
-
-[[option]]
name = "segvSpin"
category = "regular"
long = "segv-spin"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback