Sha256: f48584cad69d6a43a0b79cd3f663418a891d70bf09146e7001a11e13daf6f007
Contents?: true
Size: 921 Bytes
Versions: 3
Compression:
Stored size: 921 Bytes
Contents
Feature: trema help As a Trema user I want to see the help message of trema command So that I can learn how to use trema Scenario: trema help When I try to run "./trema help" Then the output should be: """ usage: trema <COMMAND> [OPTIONS ...] Trema command-line tool Type 'trema help <COMMAND>' for help on a specific command. Available commands: run - runs a trema application. kill - terminates a trema process. up - starts a killed trema process again. killall - terminates all trema processes. send_packets - sends UDP packets to destination host. show_stats - shows stats of packets. reset_stats - resets stats of packets. dump_flows - print all flow entries. ruby - opens in your browser Trema's Ruby API documentation. """
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
trema-0.2.2.1 | features/trema.feature |
trema-0.2.2 | features/trema.feature |
trema-0.2.1 | features/trema.feature |