New command and -as mkisofs option -genisoimage_completion

This commit is contained in:
2024-09-02 15:04:06 +02:00
parent 5583a1c7f0
commit 1dd5dca5eb
15 changed files with 549 additions and 149 deletions

View File

@ -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()