New command and -as mkisofs option -genisoimage_completion
This commit is contained in:
@ -107,6 +107,11 @@ struct XorrisO { /* the global context of xorriso */
|
||||
*/
|
||||
int argument_emulation;
|
||||
|
||||
/* Whether to try completion of unrecognized options to known genisoimage
|
||||
options. 0=no, 1=yes.
|
||||
*/
|
||||
int genisoimage_completion;
|
||||
|
||||
/* Under which interpreter the current activities are running:
|
||||
0=xorriso mode : Xorriso_interpreter()
|
||||
1=mkisofs mode : Xorriso_genisofs()
|
||||
|
Reference in New Issue
Block a user