Skip to content

Commit

Permalink
batman: Split short options
Browse files Browse the repository at this point in the history
  • Loading branch information
eth-p committed Sep 19, 2023
1 parent c29dfb1 commit f192b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/batman.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ FORWARDED_ARGS=()
MAN_ARGS=()
BAT_ARGS=()

SHIFTOPT_SHORT_OPTIONS="SPLIT"
while shiftopt; do
case "$OPT" in
--paging|--pager) shiftval; FORWARDED_ARGS+=("${OPT}=${OPT_VAL}");
Expand Down

0 comments on commit f192b7a

Please sign in to comment.