Error, mis-combining components
Opened this issue · 4 comments
drmcnelson commented
drmcnelson commented
Ok, so I found the bom.ini and added a field "Description".
Now, the issue is a default location for the bom.ini, perhaps .bom.ini in the login directory
SchrodingersGat commented
Yep that a .ini configuration option
Now, the issue is a default location for the bom.ini, perhaps .bom.ini in the login directory
? A default .ini file should be created already?
drmcnelson commented
I found the default .ini in the project directory. That is not so convenient. I think what you want is the following
if --cfg specified
use it,
else if in project directory
use it,
else if .kibom.ini in login directory or under .config/kibom/kibom.ini
use it
else
create it in local project directory and use it
drmcnelson commented
BTW, the program works well. Very helpful.