closes: #24 added optional parameters to cli
This commit is contained in:
parent
e23a0cd78a
commit
76505c8319
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ if [[ $1 == init ]]; then
|
|||
pass init pass-key
|
||||
|
||||
# Login
|
||||
/protonmail/proton-bridge --cli
|
||||
/protonmail/proton-bridge --cli $@
|
||||
|
||||
else
|
||||
|
||||
|
|
@ -24,6 +24,6 @@ else
|
|||
# Fake a terminal, so it does not quit because of EOF...
|
||||
rm -f faketty
|
||||
mkfifo faketty
|
||||
cat faketty | /protonmail/proton-bridge --cli
|
||||
cat faketty | /protonmail/proton-bridge --cli $@
|
||||
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue