Confbase / cfg

A tool to manage configuration files and use them in production.
https://confbase.com/cfg
Apache License 2.0
7 stars 6 forks source link

Make rm error output more descriptive #76

Open Drake-Eidukas opened 5 years ago

Drake-Eidukas commented 5 years ago

While testing some of rm functionality, I came across this error:

drake@element:~/workspace/test_base$ cfg rm ~/workspace/test_base/testy.yaml 
error: 'git -C /home/drake/workspace/test_base "add changes"' failed with error:
exit status 1

It would be great to get more description on this error.

Drake-Eidukas commented 5 years ago

Meanwhile, cfg rm testy.yaml works without a hitch.