This module is adds manual control points for manual build process tuning.
Manual actions are special phases intended for manual selection of special actions. User is not disturbed by lots of questions with expected negative answer for most of them, but is queried only by one question with chance to select list.
action_id: id of new action
{ "after" | "before" } existing_phase: position of phase
desc: short description of feature
longdesc: long description of feature
Define new phase for manual action checkpoint.
Module defines phase: "$1" "$2" "$3"
Module uses phase: "$1" "manual_action_ask $1"
action_id: id of new action
{ "after" | "before" } existing_phase: position of phase
desc: short description of feature
longdesc: long description of feature
Define new phase for manual action checkpoint and predefine manual action adding as one of selections.
It is the simplification of:
manual_action_new "manual_{id}" after {existing_phase} {desc} {longdesc} manual_action_add "{id}" manual_command "add command manually"
action_id: id of existing action
User interface for manual action point. (internal)
Module uses phase: "$1" "$item $1"
action_id: id of existing action
function: function name to be added
string: string value for guess (can be empty string)
hotkey: guess hotkey (can be empty string)
Add a new item to manual action.
callback convention: function manual_point_id
action_id: id of existing action
User interface for manual adding of command. (internal)
Module uses phase: $1 "$pwiz_answer"