Feature: Use the server-cli In order to use cucumber with my scheme applications As a developer using chickumber I want to be able to control the chickumber-server through its ui @server Scenario: Get help When I run `chickumber -h` Then STDERR should contain: """ Usage: chickumber [options] [stepfiles ...] -h, --help Show this help -v, --verbose Increase verbosity. Can be given multiple times. (overrides -q) -p, --port=PORT port to bind on [default: 61616] -f, --framework=FRAMEWORK Testframework to use (test boolean missbehave) -q, --quiet Disable all output """