@@ -35,25 +35,25 @@ The Thread Menu `?threadmenu` function allows recipients to choose an option to
3535## Commands
3636
3737- threadmenu
38- - dump_config - Dump the current core thread menu config to a file.
39- - load_config - Load the thread menu config from an attached file.
40- - option - Manage main-menu options (add/remove/edit/show).
41- - add - Interactive wizard to add a main-menu option.
42- - edit - Interactive wizard to edit a main-menu option.
43- - remove - Remove a main-menu option by label.
44- - show - Show detailed information about a main-menu option.
45- - reset - Reset ALL thread-creation menu settings to their defaults.
46- - show - Show all current main-menu options.
47- - submenu - Manage submenus (create/delete/list/show and options within).
48- - create - Create an empty submenu that can hold nested options.
49- - delete - Delete a submenu and all its options.
50- - list - List all submenu keys currently configured.
51- - option - Manage options within a specific submenu (add/remove/edit).
52- - add - Interactive wizard to add an option inside a submenu.
53- - edit - Interactive wizard to edit a submenu option.
54- - remove - Remove an option from a submenu via an interactive prompt.
55- - show - Show the options configured inside a submenu.
56- - toggle - Enable or disable the thread-creation menu.
38+ - dump_config - Dump the current core thread menu config to a file.
39+ - load_config - Load the thread menu config from an attached file.
40+ - option - Manage main-menu options (add/remove/edit/show).
41+ - add - Interactive wizard to add a main-menu option.
42+ - edit - Interactive wizard to edit a main-menu option.
43+ - remove - Remove a main-menu option by label.
44+ - show - Show detailed information about a main-menu option.
45+ - reset - Reset ALL thread-creation menu settings to their defaults.
46+ - show - Show all current main-menu options.
47+ - submenu - Manage submenus (create/delete/list/show and options within).
48+ - create - Create an empty submenu that can hold nested options.
49+ - delete - Delete a submenu and all its options.
50+ - list - List all submenu keys currently configured.
51+ - option - Manage options within a specific submenu (add/remove/edit).
52+ - add - Interactive wizard to add an option inside a submenu.
53+ - edit - Interactive wizard to edit a submenu option.
54+ - remove - Remove an option from a submenu via an interactive prompt.
55+ - show - Show the options configured inside a submenu.
56+ - toggle - Enable or disable the thread-creation menu.
5757
5858
5959## Example Flowchart and Command Order
0 commit comments