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

Extend `init` Subcommand to Allow Default Options #35

Closed tomschr closed 9 years ago

tomschr commented 9 years ago

Currently, the init subcommand can only set the default properties to some default values. If you would like to set only one (or two) properties to different values, you have to run docmanager twice:

$ docmanager init *.xml
$ docmanager set --maintainer tux *.xml

As a convenience, it would be nice to make the initialization part a little bit more user-friendly and allow this as well:

$ docmanager init --maintainer tux *.xml

Does that make sense?

mschnitzer commented 9 years ago

Makes sense.

mschnitzer commented 9 years ago

WIP