[Bug 267099] shells/zsh: Fix a completion function bug of 'cut' command with rare case

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 15 Oct 2022 18:34:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267099

            Bug ID: 267099
           Summary: shells/zsh: Fix a completion function bug of 'cut'
                    command with rare case
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: bapt@FreeBSD.org
          Reporter: nork@ninth-nine.com
             Flags: maintainer-feedback?(bapt@FreeBSD.org)
          Assignee: bapt@FreeBSD.org

Created attachment 237352
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=237352&action=edit
patch

I and Umemoto-san(ume@FreeBSD.org) found a storage behavior
of 'cut' command's completion with https://github.com/wookayin/fzf-fasd.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
$ cut -[TAB]
_arguments:comparguments:327: invalid argument: cut
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

So I researched this behavior, I found a conflict of variable 'args'.
I think a style violation of '_cut' file.  So I rewrite to safe description.

-- 
You are receiving this mail because:
You are the assignee for the bug.