Allow `-l` to pass thru to the `yadm config` command

pull/174/head
Tim Byrne 5 years ago
parent f5287f1588
commit 5a802c8afd
No known key found for this signature in database
GPG Key ID: 14DB4FC2465A4B12

@ -96,6 +96,7 @@ function main() {
;;
-l) # used by decrypt()
DO_LIST="YES"
[ "$YADM_COMMAND" = "config" ] && YADM_ARGS+=("$1")
;;
-w) # used by init() and clone()
if [[ ! "$2" =~ ^/ ]] ; then

Loading…
Cancel
Save