7 lines
235 B
Factor
7 lines
235 B
Factor
|
USING: furnace.actions help.markup help.syntax ;
|
||
|
IN: webapps.mason.status-update
|
||
|
|
||
|
HELP: <status-update-action>
|
||
|
{ $values { "action" action } }
|
||
|
{ $description "The mason server receives updates from the build machines on this url." } ;
|