class Falcon::Command::Serve

def verbose?

@returns [Boolean]
Whether verbose logging is enabled.
def verbose?
	@parent&.verbose?
end