We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13b6168 commit dd47e89Copy full SHA for dd47e89
bin/ghe-progress
@@ -11,20 +11,20 @@
11
12
while true; do
13
case "$1" in
14
- -o|--once)
15
- ONCE=1;
16
- shift
+ -o|--once)
+ ONCE=1
+ shift
17
;;
18
-h|--help)
19
export GHE_SHOW_HELP=true
20
shift
21
22
- -*)
23
- echo "Unknown option: $1" >&2;
24
- exit 1
+ -*)
+ echo "Unknown option: $1" >&2
+ exit 1
25
26
- *)
27
- break
+ *)
+ break
28
29
esac
30
done
0 commit comments