# Functions
No description provided by the author
AddAssignmentAction adds an assignment to an existing option.
No description provided by the author
ArrayToAppendAction updates the option to perform an "append" assignment.
ByBuilder matches options by their name and the name of the builder containing them.
ByName matches options by their name, defined for builders for the given object (referred to by its package and name).
No description provided by the author
DisjunctionAsOptionsAction uses the branches of the first argument's disjunction (assuming it is one) and turns them into options.
No description provided by the author
No description provided by the author
EveryOption accepts any given option.
No description provided by the author
MapToIndexAction updates the option to perform an "index" assignment.
No description provided by the author
OmitAction removes an option.
No description provided by the author
RenameAction renames an option.
No description provided by the author
RenameArgumentsAction renames the arguments of an options.
No description provided by the author
StructFieldsAsArgumentsAction uses the fields of the first argument's struct (assuming it is one) and turns them into arguments.
No description provided by the author
StructFieldsAsOptionsAction uses the fields of the first argument's struct (assuming it is one) and turns them into options.
No description provided by the author
UnfoldBooleanAction transforms an option accepting a boolean argument into two argument-less options.
No description provided by the author
VeneerTrailAsCommentsAction removes an option.