class Samovar::Command

def log_system(args, options)

def log_system(args, options)
	# Print out something half-decent:
	command_line = Shellwords.join(args)
	puts Rainbow(command_line).color(:blue)
end