Help
6 posts tagged with "Help"
.action-help
The .action-help action displays action help screen. It belongs to the help category within the system area.
Action Syntax
.action-help "text"
.action-help $variable
Valid sizes
Examples
// Basic Usage
.action-help "actionname"
// Using Variables
// Display dynamic content from variables
.action-help $actionmame
.action-list
The .action-list action shows a list of actions (search result). It belongs to the help category within the system area.
Action Syntax
.action-list $variable
Valid sizes
Examples
// Basic Usage
.action-list $Ggroupname
init-help
The init-help action initialized inline rhappsody/rhyme help actions. It belongs to the help category within the system area.
Action Syntax
init-help
This action takes no parameters and is used as a bare command.
Valid sizes
Examples
// Basic Usage
init-help
list-actions
The list-actions action gets a full list of rhappsody actions. It belongs to the help category within the system area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = list-actions
Valid sizes
Tags
set
filter by set
area
filter by area
Examples
// Basic Usage
list-actions
list-actionsets
The list-actionsets action returns a complete list of action sets. It belongs to the help category within the system area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = list-actionsets
Valid sizes
Examples
// Basic Usage
list-actionsets
list-areas
The list-areas action returns a list of action areas. It belongs to the help category within the system area.
Action Syntax
This action accepts various parameters. See the examples below for usage patterns.
Return Value
This function returns a
$result = list-areas
Valid sizes
Examples
// Basic Usage
list-areas