features/help.feature in relish-0.1.3 vs features/help.feature in relish-0.1.4

- old
+ new

@@ -36,9 +36,14 @@ collab # list the collaborators for a project collab:add <project>:<collaborator handle or email> # add a collaborator to a project # example: relish collab:add rspec/rspec-core:justin collab:remove <project>:<collaborator handle or email> # remove a collaborator from a project # example: relish collab:remove rspec/rspec-core:justin + versions # list the versions for a project + versions:add <project>:<version name> # add a version to a project + # example: relish versions:add rspec/rspec-core:2.0 + versions:remove <project>:<version name> # remove a version from a project + # example: relish versions:remove rspec/rspec-core:2.0 """ Scenario: Specifying no command runs the help command When I successfully run "relish" \ No newline at end of file