Allow -l
to pass thru to the yadm config
command
This commit is contained in:
parent
f5287f1588
commit
5a802c8afd
1 changed files with 1 additions and 0 deletions
1
yadm
1
yadm
|
@ -96,6 +96,7 @@ function main() {
|
||||||
;;
|
;;
|
||||||
-l) # used by decrypt()
|
-l) # used by decrypt()
|
||||||
DO_LIST="YES"
|
DO_LIST="YES"
|
||||||
|
[ "$YADM_COMMAND" = "config" ] && YADM_ARGS+=("$1")
|
||||||
;;
|
;;
|
||||||
-w) # used by init() and clone()
|
-w) # used by init() and clone()
|
||||||
if [[ ! "$2" =~ ^/ ]] ; then
|
if [[ ! "$2" =~ ^/ ]] ; then
|
||||||
|
|
Loading…
Reference in a new issue