anasAsh / googlecl

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

Commas are mangled in, e.g. list-albums command #535

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
$ google picasa list-albums
shows the list with commas disappeared. E.g. the Album "One, two" is shown as:
One  two,https://picasaweb.google.com/...

But actually:
$ google picasa list "One  two"
is incorrect, but the correct usage is with the original name:
$ google picasa list "One, two"

Original issue reported on code.google.com by ildar.mulyukov on 22 Aug 2013 at 6:18