class XCPretty::Simple
def format(command, argument_text="", success=true)
def format(command, argument_text="", success=true) symbol = status_symbol(success ? :completion : :fail) [symbol, white(command), argument_text].join(" ").strip end
def format(command, argument_text="", success=true) symbol = status_symbol(success ? :completion : :fail) [symbol, white(command), argument_text].join(" ").strip end