mirror of https://github.com/YosysHQ/abc.git
Added warning when a command is missing
This commit is contained in:
parent
034fc5a14d
commit
98d9d5a61f
|
|
@ -128,6 +128,8 @@ int CmdCommandDispatch( Abc_Frame_t * pAbc, int * pargc, char *** pargv )
|
|||
else
|
||||
{
|
||||
fprintf( pAbc->Err, "** cmd error: unknown command '%s'\n", argv[0] );
|
||||
fprintf( pAbc->Err, "(this is likely caused by using an alias defined in \"abc.rc\"\n" );
|
||||
fprintf( pAbc->Err, "without having this file in the current or parent directory)\n" );
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue