lib/menu.yml in markdown_exec-2.0.8.1 vs lib/menu.yml in markdown_exec-2.0.8.2

- old
+ new

@@ -209,11 +209,11 @@ tell the current session write text "s=" & quoted form of script_filespec & "" write text "o=" & quoted form of output_filespec & "" write text "cd " & quoted form of home & "" write text "echo -ne \"\\033]; " & title & " \\007\"" - write text "\"$s\" 2>&1 | tee -a \"$o\"" + write text "\"$s\" %{rest} 2>&1 | tee -a \"$o\"" end tell end tell end tell end run' :description: execute_command_format @@ -882,10 +882,10 @@ :env_var: MDE_RUNTIME_EXCEPTION_ERROR_LEVEL :opt_name: runtime_exception_error_level :procname: val_as_int - :arg_name: BOOL :default: false - :description: Wheter to save an executed script` + :description: Whether to save an executed script :env_var: MDE_SAVE_EXECUTED_SCRIPT :opt_name: save_executed_script :procname: val_as_bool - :arg_name: BOOL :default: false