From: Frederic Massart Date: Wed, 5 Nov 2014 01:59:24 +0000 (+0800) Subject: Adding missing --symlink from doctor bash completion X-Git-Tag: v1.4~16 X-Git-Url: https://git.cameron1729.xyz/?a=commitdiff_plain;h=8e55c08f35466cd78ef3234829e4f413681518bf;p=mdk.git Adding missing --symlink from doctor bash completion --- diff --git a/extra/bash_completion b/extra/bash_completion index f9ef0ee..74502f8 100644 --- a/extra/bash_completion +++ b/extra/bash_completion @@ -108,7 +108,7 @@ function _mdk() { OPTS="--compile --debug --sheets --theme --watch" ;; doctor) - OPTS="--all --branch --cached --dependencies --directories --remotes --wwwroot" + OPTS="--all --branch --cached --dependencies --directories --remotes --symlink --wwwroot" ;; fix) if [[ "$PREV" == "-n" || "$PREV" == "--name" ]]; then