Method: ShopifyCLI::Context#print_task

Defined in:
lib/shopify_cli/context.rb

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