cloudfoundry/vmc

View on GitHub
lib/vmc/cli/help.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "mothership/help"

Mothership::Help.groups(
  [:start, "Getting Started"],
  [:apps, "Applications",
    [:manage, "Management"],
    [:info, "Information"]],
  [:services, "Services",
    [:manage, "Management"]],
  [:organizations, "Organizations"],
  [:spaces, "Spaces"],
  [:routes, "Routes"],
  [:domains, "Domains"],
  [:admin, "Administration",
    [:user, "User Management"]])