class Falcon::Command::Top

def quiet?

@returns [Boolean]
Whether quiet logging was enabled.
def quiet?
	@options[:logging] == :quiet
end