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 50b7d82 commit 6069f6bCopy full SHA for 6069f6b
bin/codeflare
@@ -107,15 +107,12 @@ if [ -z "$GUIDEBOOK_STORE" ]; then
107
fi
108
109
110
-# check if the user wants us to run the graphical version (currently
111
-# indicated by the -u option)
112
do_cli=1
113
use_docker=0
114
-while getopts "piqaydnVus:" opt
+while getopts "piqaydnVs:" opt
115
do
116
case $opt in
117
d) use_docker=1; continue;;
118
- u) do_cli=0; continue;;
119
s) export GUIDEBOOK_STORE=$OPTARG; continue;;
120
*) continue;;
121
esac
0 commit comments