Update dotfiles/.local/share/chezmoi/home/dot_local/bin/executable_logg
This commit is contained in:
parent
73b55f4120
commit
d5fa055235
1 changed files with 2 additions and 0 deletions
|
@ -403,5 +403,7 @@ elif [ -n "$1" ]; then
|
||||||
# Public functions that can run with only one argument passed to .config/log (i.e. `.config/log password`)
|
# Public functions that can run with only one argument passed to .config/log (i.e. `.config/log password`)
|
||||||
if [ "$1" == 'write' ] || [ "$1" == 'password' ] || [ "$1" == 'confirm' ] || [ "$1" == 'input' ]; then
|
if [ "$1" == 'write' ] || [ "$1" == 'password' ] || [ "$1" == 'confirm' ] || [ "$1" == 'input' ]; then
|
||||||
"$1"
|
"$1"
|
||||||
|
else
|
||||||
|
info "$1"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue