Skip to content

Commit 6069f6b

Browse files
committed
fix: disable codeflare -u for now
We are not currently maintaining the UI components Plan and Guide.
1 parent 50b7d82 commit 6069f6b

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

bin/codeflare

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,12 @@ if [ -z "$GUIDEBOOK_STORE" ]; then
107107
fi
108108
fi
109109

110-
# check if the user wants us to run the graphical version (currently
111-
# indicated by the -u option)
112110
do_cli=1
113111
use_docker=0
114-
while getopts "piqaydnVus:" opt
112+
while getopts "piqaydnVs:" opt
115113
do
116114
case $opt in
117115
d) use_docker=1; continue;;
118-
u) do_cli=0; continue;;
119116
s) export GUIDEBOOK_STORE=$OPTARG; continue;;
120117
*) continue;;
121118
esac

0 commit comments

Comments
 (0)