Sha256: 9a3fa60dd17016adaf9d8c3d96c11aea196d0be0ad86a5c90099d37e133a4c78

Contents?: true

Size: 660 Bytes

Versions: 22

Compression:

Stored size: 660 Bytes

Contents

MENU_ITEM OBJECT TYPE
  NAME: menu_item
  SHORTCUT: mitem

  DESCRIPTION
    A CLI menu item.  One element in a CLI menu.

  CHILDREN
    shortcut - string
      The shortcut may be used to select the  menu item.
      The shortcut child is optional.  If it is not provided,
      the name of the menu item will be used instead.
    description - string
      A textual description of the menu item action.
      The description child is optional.  If it is not provided,
      the value of the menu item will be used instead.
    do - script
      The script that will be run if the menu item is selected.

  MESSAGES
    None

  EXAMPLE

  SEE ALSO
    menu

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/objs/cli/menu_item.txt
gloo-1.0.0 lib/gloo/help/objs/cli/menu_item.txt
gloo-lang-1.0.1 lib/gloo_lang/help/objs/cli/menu_item.txt
gloo-lang-1.0.0 lib/gloo_lang/help/objs/cli/menu_item.txt
gloo-lang-0.9.11 lib/gloo_lang/help/objs/cli/menu_item.txt
gloo-lang-0.9.10 lib/gloo_lang/help/objs/cli/menu_item.txt
gloo-lang-0.9.9 lib/gloo_lang/help/objs/cli/menu_item.txt
gloo-lang-0.9.8 lib/gloo_lang/help/objs/cli/menu_item.txt
gloo-lang-0.9.7 lib/gloo_lang/help/objs/cli/menu_item.txt
gloo-lang-0.9.6 lib/gloo_lang/help/objs/cli/menu_item.txt
gloo-lang-0.9.5 lib/gloo_lang/help/objs/cli/menu_item.txt
gloo-lang-0.9.4 lib/gloo_lang/help/objs/cli/menu_item.txt
gloo-lang-0.9.3 lib/gloo_lang/help/objs/cli/menu_item.txt
gloo-0.8.0 lib/gloo/help/objs/cli/menu_item.txt
gloo-0.7.7 lib/gloo/help/objs/cli/menu_item.txt
gloo-0.7.6 lib/gloo/help/objs/cli/menu_item.txt
gloo-0.7.5 lib/gloo/help/objs/cli/menu_item.txt
gloo-0.7.4 lib/gloo/help/objs/cli/menu_item.txt
gloo-0.7.3 lib/gloo/help/objs/cli/menu_item.txt
gloo-0.7.2 lib/gloo/help/objs/cli/menu_item.txt