bin/tab_completion.sh in markdown_exec-1.8.7 vs bin/tab_completion.sh in markdown_exec-1.8.8
- old
+ new
@@ -11,11 +11,11 @@
{
COMPREPLY='.'
}
_mde_echo_version() {
- echo "1.8.7"
+ echo "1.8.8"
}
_mde() {
local cur prev opts
cur="${COMP_WORDS[COMP_CWORD]}"
@@ -78,13 +78,13 @@
--saved-script-folder) COMPREPLY="logs"; return 0 ;;
--saved-stdout-folder) COMPREPLY="logs"; return 0 ;;
- --user-must-approve) COMPREPLY="1"; return 0 ;;
+ --user-must-approve) COMPREPLY="0"; return 0 ;;
- -q) COMPREPLY="1"; return 0 ;;
+ -q) COMPREPLY="0"; return 0 ;;
--display-level) COMPREPLY="1"; return 0 ;;
esac
fi
@@ -176,6 +176,6 @@
__filedirs
}
complete -o filenames -o nospace -F _mde mde
# _mde_echo_version
-# echo "Updated: 2023-12-31 17:23:18 UTC"
+# echo "Updated: 2024-01-18 17:32:47 UTC"