cseverino / openmeta

Automatically exported from code.google.com/p/openmeta
1 stars 0 forks source link

inconsistent option naming #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. openmeta -a foo bar -p PATH[s]
2. openmeta -s foo bar -p PATH[s]

What is the expected output? if -a foo adds a tag and -s clears tags, then -sa 
foo should set tags

What do you see instead? -s foo sets tags
What version of the product are you using? 0.1
On what operating system? MacOSX 10.5

Original issue reported on code.google.com by reub...@gmail.com on 3 Nov 2011 at 12:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
-a appends tags to a file.
-s sets tags, replacing all the tags on a file (clearing them if none are 
specified).

I think the problem is that combined flags don’t produce an error. They 
should be invalid.

Original comment by fru...@gmail.com on 15 Apr 2013 at 4:56