Add optionsfull extended command

This is the previous, full options list. Adding it as
an extended command, so users can do

BIND=O:optionsfull

to go back to the old behaviour.
This commit is contained in:
Pasi Kallinen
2022-08-03 19:18:41 +03:00
parent adf451e421
commit bfd262ebe8
5 changed files with 16 additions and 8 deletions

View File

@@ -1954,6 +1954,7 @@ extern void initoptions_init(void);
extern void initoptions_finish(void);
extern boolean parseoptions(char *, boolean, boolean);
extern char *get_option_value(const char *);
extern int doset_simple(void);
extern int doset(void);
extern int dotogglepickup(void);
extern void option_help(void);