9b43f680618a66492ad219be931d7661ad4b85f0
[packages/precise/mcollective.git] / lib / mcollective / generators / templates / action_snippet.erb
1      # Example Input
2      input :name,
3            :prompt => "%PROMPT%",
4            :description => "%DESCRIPTION%",
5            :type => %TYPE%,
6            :validation => '%VALIDATION%',
7            :optional => %OPTIONAL%,
8            :maxlength => %MAXLENGTH%
9
10      # Example output
11      output :name,
12             :description => "%DESCRIPTION%",
13             :display_as => "%DISPLAYAS%"