File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -68,17 +68,19 @@ function start {
68
68
69
69
set_traps " $temp_dir "
70
70
71
- log " :) "
71
+ log ' hi :) '
72
72
73
- log " starting vue init survey"
73
+ log ' starting vue init survey... '
74
74
start_auto_survey ${output_dir} ${expect_file} ${TEMPLATE_PROJECT_DIR} " ${output_project_name} "
75
- clear; log " project generated. waiting for changes..."
75
+ log ' project generated using provided answers'
76
+ log ' waiting for changes...'
76
77
77
78
fswatch -o " ${TEMPLATE_PROJECT_DIR} /template" | while read num; do
78
- log " change detected"
79
- log " regenerating output project..."
79
+ log ' change detected'
80
+ log ' auto-generating output project...'
80
81
start_survey ${output_dir} ${expect_file}
81
- clear; log " project generated. waiting for changes..."
82
+ log ' project regenerated using initial answers'
83
+ log ' waiting for changes...'
82
84
done
83
85
}
84
86
@@ -260,8 +262,8 @@ function do_exit {
260
262
}
261
263
262
264
function log_exit {
263
- log " bye bye!
264
- "
265
+ log ' bye!
266
+ '
265
267
}
266
268
267
269
# DOwn WInd from the SEwage TREatment PLAnt
You can’t perform that action at this time.
0 commit comments