Simple Addon Manager (SAM)

Simple Addon Manager (SAM)

128k Downloads

Feature Request: Add "enable" option to profile slash command

nancikennedy opened this issue ยท 2 comments

commented

The current /sam profile "Name" -arg command is obviously an implicit "Load addons" command. It would be very useful if it could include an option to enable as well. Maybe change -ignore to -load and then add -enable?

commented

Version 1.50 added some new options:

  • load: Load the profile (default)
  • enable: Enable all addons from the profile
  • disable: Disable all addons from the profile

Just add one of then at the end of the command.
Also, the order of the options aren't important.
i.e:
/sam profile "My Super Profile" enable reload
/sam profile "My Super Profile" enable
/sam profile "My Super Profile" ask load

commented

I have tested the new commands and they work. You are awesome!