Skip to content

beesh: Die when called with unknown option #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/beesh.sh.in
Expand Up @@ -864,7 +864,7 @@ function bee_run() {

###############################################################################

OPTIONS=$("${BEE_BINDIR}/beegetopt" --name beesh \
OPTIONS=$("${BEE_BINDIR}/beegetopt" --name beesh --no-skip-unknown-option \
--option help/h \
--option install/i \
--option force-install/f \
Expand Down