Hi,
I noticed the documentation in the [README.md] (https://github.com/DBDiff/DBDiff/blob/master/README.md) still suggests using ./dbdiff server1.db1:server2.db2 as it used to be in the older versions.
Based on my testing, the tool expects the shorthand ./dbdiff diff server1.db1:server2.db2 format.
Updating this would help new users avoid the 'There are no commands defined in the "server1.db1" namespace.' error I encountered.
Hi,
I noticed the documentation in the [README.md] (https://github.com/DBDiff/DBDiff/blob/master/README.md) still suggests using
./dbdiff server1.db1:server2.db2as it used to be in the older versions.Based on my testing, the tool expects the shorthand
./dbdiff diff server1.db1:server2.db2format.Updating this would help new users avoid the 'There are no commands defined in the "server1.db1" namespace.' error I encountered.