Make deps work that are declared in the form dep = "<version>"
Add logging for easier debugging
Add a print and do not touch file when no change is needed.
Run formatter
Make it possible to point --path at a dir.
In Zepter, i have integration tests that lock in the git diff of running the command on a specific project, eg polkadot.
And a bunch of tests that check the standard output of the CLI (and git diff) in this folder. We should not go that far, but maybe some kind of integration tests could help.
Closes #4
Changes (you can go by commit):
dep = "<version>"
--path
at a dir.In Zepter, i have integration tests that lock in the
git diff
of running the command on a specific project, eg polkadot.And a bunch of tests that check the standard output of the CLI (and git diff) in this folder. We should not go that far, but maybe some kind of integration tests could help.