Sha256: c4a6f316b8206a814069b080cc7ab4cc015aeffd00e53792261272c81f5d2263

Contents?: true

Size: 334 Bytes

Versions: 6

Compression:

Stored size: 334 Bytes

Contents

$stderr.puts <<-END
Usage: hub <command>

Projects:

list-projects
create-project <project>
delete-project <project>

Repositories:

create-repository <project> <repository>
delete-repository <project> <repository>

Permissions:

add-permission <project> <username> read|write|admin
remove-permission <project> <username>

END
exit 0

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hubbard-0.0.5 commands/help.rb
hubbard-0.0.4 commands/help.rb
hubbard-0.0.3 commands/help.rb
hubbard-0.0.2 commands/help.rb
hubbard-0.0.1 commands/help.rb
hubbard-0.0.0 commands/help.rb