Adding new command line args.

This commit is contained in:
Alan Mishchenko 2019-03-18 13:29:36 +02:00
parent 558eee987d
commit cde2830d7c
1 changed files with 3 additions and 0 deletions

View File

@ -45688,6 +45688,9 @@ int Abc_CommandAbc9Cfs( Abc_Frame_t * pAbc, int argc, char ** argv )
if ( RareUse < 0 )
goto usage;
break;
case 'r':
fReplaceRare ^= 1;
break;
case 'v':
fVerbose ^= 1;
break;