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 d23c583 commit aa14f92Copy full SHA for aa14f92
1 file changed
bin/spin
@@ -142,7 +142,7 @@ action_exec(){
142
}
143
144
action_help(){
145
- echo "help"
+ echo "Help coming soon..."
146
147
148
action_kill(){
@@ -251,7 +251,7 @@ main() {
251
;;
252
esac
253
else
254
- echo "You didn't pass \"spin\" any arguments. Run 'spin help' if you want to see the documentation."
+ printf "${BOLD}${YELLOW}\🤔 You didn't pass \"spin\" any arguments. Run \"spin help\" if you want to see the documentation.${RESET}"
255
fi
256
257
0 commit comments