xsist10 / cadfael

Tool for performing static analysis on the design and usage patterns of your MySQL database.
GNU General Public License v3.0
48 stars 6 forks source link

print tool version #78

Closed staabm closed 2 years ago

staabm commented 2 years ago

I think it would be helpful, if the tool would print its own version

Actual

$ php cadfael.phar run --host mysql57.ab --username auser --port 3306 mydb
Cadfael CLI Tool

Host: mysql57.ab:3306
User: auser 

Expected

$ php cadfael.phar run --host mysql57.ab --username auser --port 3306 mydb
Cadfael CLI Tool 0.2.5

Host: mysql57.ab:3306
User: auser 
xsist10 commented 2 years ago

Included in the new release - https://github.com/xsist10/cadfael/releases/tag/0.2.6