module Commander::UI

def log(action, *args)

def log(action, *args)
  say format('%15s  %s', action, args.join(' '))
end