neumannjmt / openmeta

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

omtool -t option does not work as expected #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Assign a tag using omtool -a <TAG> -p <PATH>
2. Try to list the tags using omtool -t -p <PATH>

I expected to see the tags on the file listed, but instead was only given the 
path. Running omtool 
-p <PATH> works as expected, and shows the tags attached to the file, so I know 
they are there.

Here's the terminal session (note, I've put omtool into my $PATH):

stovell-imac:~ jon$ omtool -a tagtest -p /Users/jon/Downloads/omtool/ReadMe.txt 

tagtest /Users/jon/Downloads/omtool/ReadMe.txt
stovell-imac:~ jon$ omtool -t -p /Users/jon/Downloads/omtool/ReadMe.txt
 /Users/jon/Downloads/omtool/ReadMe.txt
stovell-imac:~ jon$ omtool -p /Users/jon/Downloads/omtool/ReadMe.txt
/Users/jon/Downloads/omtool/ReadMe.txt
tags: tagtest
rating: 3.000000

Original issue reported on code.google.com by jonstov...@gmail.com on 21 Jan 2009 at 1:33

GoogleCodeExporter commented 9 years ago
John: The newest version on the front page of the Ironic site (1.0.2) has fixed 
this.

Original comment by neuma...@comcast.net on 31 Jan 2009 at 3:07

GoogleCodeExporter commented 9 years ago
thx

Original comment by tom.ande...@gmail.com on 13 Mar 2009 at 3:53