Method: ShopifyCLI::Context#print_task
- Defined in:
- lib/shopify_cli/context.rb
#print_task(text) ⇒ Object
will output a message, prefixed by a yellow star, indicating that task started.
#### Parameters
-
‘text` - a string message to output
405 406 407 |
# File 'lib/shopify_cli/context.rb', line 405 def print_task(text) puts "{{yellow:*}} #{text}" end |