mirror of
https://github.com/Zygo/bees.git
synced 2025-07-02 00:32:27 +02:00
committed by
Zygo Blaxell
parent
b44ed287dd
commit
27857406f5
@ -31,7 +31,7 @@ help(){
|
|||||||
exec "$bees_bin" --help
|
exec "$bees_bin" --help
|
||||||
}
|
}
|
||||||
|
|
||||||
for i in $("$bees_bin" --help 2>&1 | grep -E "--" | sed -e "s/^[^-]*-/-/" -e "s/,[^-]*--/ --/" -e "s/ [^-]*$//")
|
for i in $("$bees_bin" --help 2>&1 | grep -E " --" | sed -e "s/^[^-]*-/-/" -e "s/,[^-]*--/ --/" -e "s/ [^-]*$//")
|
||||||
do
|
do
|
||||||
TMP_ARGS="$TMP_ARGS $i"
|
TMP_ARGS="$TMP_ARGS $i"
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user