ibnesayeed
Well-known member
Currently, all of the
xf:addon-*
commands work on one add-on at a time (except enable/disable which default to all when no ID is specified). I am proposing the following changes for ease and uniformity.- Allow a list of space separated add-on IDs to all the addon-* commands (like,
xf:addon-* foo bar baz...
). - Require an explicit flag to perform operations on all applicable add-ons (like,
xf:addon-* --all
or-a
) and make it available to all add-on commands. An attempt without any IDs or this explicit flag should return a help message describing the two possible options. - When
--all
flag is used which has destructive affects, prompt for a [y/N] confirmation, unless a--yes
or-y
flag is also supplied.
Upvote
0