Commit cde2830d by Alan Mishchenko

Adding new command line args.

parent 558eee98
...@@ -45688,6 +45688,9 @@ int Abc_CommandAbc9Cfs( Abc_Frame_t * pAbc, int argc, char ** argv ) ...@@ -45688,6 +45688,9 @@ int Abc_CommandAbc9Cfs( Abc_Frame_t * pAbc, int argc, char ** argv )
if ( RareUse < 0 ) if ( RareUse < 0 )
goto usage; goto usage;
break; break;
case 'r':
fReplaceRare ^= 1;
break;
case 'v': case 'v':
fVerbose ^= 1; fVerbose ^= 1;
break; break;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment