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

Analyze does not work in some cases #93

Closed mschnitzer closed 9 years ago

mschnitzer commented 9 years ago

The analyzer does currently just look into the query format if there is a property which was found by DocManager in the given XML file. But if there is not such a property, the analyzer won't print anything. We should adjust that because if the user want to see just {os.file} he should become at least the output with the file name.

I was wondering why this command was not working: docmanager a -qf "{os.file}" --filter "maintainer=manuel" example.xml It was working when I added {maintainer} behind {os.file}