openSUSE / docmanager

Manage DocBook 5 Meta Information
http://opensuse.github.io/docmanager/index.html
GNU General Public License v3.0
6 stars 6 forks source link

`get`ting a property that does not exist: no information that it does not exist #105

Open ghost opened 9 years ago

ghost commented 9 years ago

If something fails, docmanager should write a message. It does not do that:

$ docmanager get -p thispropertydoesnotexist FILE
$

I would expect something akin to:

$ docmanager get -p thispropertydoesnotexist FILE
[does not exist]
$
tomschr commented 8 years ago

I guess, the error code should also be unequal to zero.