Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Missing options in Unix/_metaflac



On Thu, Jan 03, 2008 at 10:04:37AM +0100, DervishD wrote:
> The options I've noticed are "--no-utf8-convert" and "--list". Since I
> don't know who maintains the file I've decided to post the problem here.
> I don't know if just adding the options to the lists already present in
> the _metaflac file will do the job :??

Yes.  Looks like a bunch of others are missing too.

Index: Completion/Unix/Command/_metaflac
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_metaflac,v
retrieving revision 1.1
diff -u -r1.1 _metaflac
--- Completion/Unix/Command/_metaflac	18 Jul 2006 03:59:44 -0000	1.1
+++ Completion/Unix/Command/_metaflac	4 Jan 2008 00:21:27 -0000
@@ -9,6 +9,7 @@
     '--preserve-modtime' 
     '--with-filename[prefix output with filename]' 
     '--no-filename' 
+    '--no-utf8-convert'
     '--dont-use-padding[always rewrite the file]' 
 )
 _metaflac_shorts=(
@@ -41,6 +42,7 @@
     '--block-type=:: '
     '--except-block-type=:: '
     '--application-data-format=:: '
+    '--list'
     '--remove'
     '--remove-all'
     '--merge-padding'



Messages sorted by: Reverse Date, Date, Thread, Author