mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 13:22:02 +00:00
[common] option: add support for renamed options
This commit is contained in:
@@ -48,6 +48,11 @@ struct Option
|
||||
{
|
||||
char * module;
|
||||
char * name;
|
||||
|
||||
// for migrating to new names
|
||||
char * old_module;
|
||||
char * old_name;
|
||||
|
||||
char * description;
|
||||
char shortopt;
|
||||
bool preset;
|
||||
|
||||
Reference in New Issue
Block a user