class Falcon::Command::Top

def verbose?

@returns [Boolean]
Whether verbose logging is enabled.
def verbose?
	@options[:logging] == :verbose
end