#compdef uu-coreutils

autoload -U is-at-least

_uu-coreutils() {
    typeset -A opt_args
    typeset -a _arguments_options
    local ret=1

    if is-at-least 5.2; then
        _arguments_options=(-s -S -C)
    else
        _arguments_options=(-s -C)
    fi

    local context curcontext="$curcontext" state line
    _arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
":: :_uu-coreutils_commands" \
"*::: :->coreutils" \
&& ret=0
    case $state in
    (coreutils)
        words=($line[1] "${words[@]}")
        (( CURRENT += 1 ))
        curcontext="${curcontext%:*:*}:uu-coreutils-command-$line[1]:"
        case $line[1] in
            ([)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(arch)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(b2sum)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(base32)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(base64)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(basename)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(basenc)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(cat)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(chgrp)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(chmod)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(chown)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(chroot)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(cksum)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(comm)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(cp)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(csplit)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(cut)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(date)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(dd)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(df)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(dir)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(dircolors)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(dirname)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(du)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(echo)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(env)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(expand)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(expr)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(factor)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(false)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(fmt)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(fold)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(groups)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(head)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(hostid)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(hostname)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(id)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(install)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(join)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(kill)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(link)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(ln)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(logname)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(ls)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(md5sum)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(mkdir)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(mkfifo)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(mknod)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(mktemp)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(more)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(mv)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(nice)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(nl)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(nohup)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(nproc)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(numfmt)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(od)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(paste)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(pathchk)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(pinky)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(pr)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(printenv)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(printf)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(ptx)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(pwd)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(readlink)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(realpath)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(rm)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(rmdir)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(seq)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(sha1sum)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(sha224sum)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(sha256sum)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(sha384sum)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(sha512sum)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(shred)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(shuf)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(sleep)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(sort)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(split)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(stat)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(stdbuf)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(stty)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(sum)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(sync)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(tac)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(tail)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(tee)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(test)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(timeout)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(touch)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(tr)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(true)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(truncate)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(tsort)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(tty)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(uname)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(unexpand)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(uniq)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(unlink)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(uptime)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(users)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(vdir)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(wc)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(who)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(whoami)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(yes)
_arguments "${_arguments_options[@]}" : \
'-h[Print help]' \
'--help[Print help]' \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
":: :_uu-coreutils__subcmd__help_commands" \
"*::: :->help" \
&& ret=0

    case $state in
    (help)
        words=($line[1] "${words[@]}")
        (( CURRENT += 1 ))
        curcontext="${curcontext%:*:*}:uu-coreutils-help-command-$line[1]:"
        case $line[1] in
            ([)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(arch)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(b2sum)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(base32)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(base64)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(basename)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(basenc)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(cat)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(chgrp)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(chmod)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(chown)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(chroot)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(cksum)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(comm)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(cp)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(csplit)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(cut)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(date)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(dd)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(df)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(dir)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(dircolors)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(dirname)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(du)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(echo)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(env)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(expand)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(expr)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(factor)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(false)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(fmt)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(fold)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(groups)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(head)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(hostid)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(hostname)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(id)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(install)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(join)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(kill)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(link)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(ln)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(logname)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(ls)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(md5sum)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(mkdir)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(mkfifo)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(mknod)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(mktemp)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(more)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(mv)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(nice)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(nl)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(nohup)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(nproc)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(numfmt)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(od)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(paste)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(pathchk)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(pinky)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(pr)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(printenv)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(printf)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(ptx)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(pwd)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(readlink)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(realpath)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(rm)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(rmdir)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(seq)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(sha1sum)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(sha224sum)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(sha256sum)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(sha384sum)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(sha512sum)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(shred)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(shuf)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(sleep)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(sort)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(split)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(stat)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(stdbuf)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(stty)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(sum)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(sync)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(tac)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(tail)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(tee)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(test)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(timeout)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(touch)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(tr)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(true)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(truncate)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(tsort)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(tty)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(uname)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(unexpand)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(uniq)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(unlink)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(uptime)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(users)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(vdir)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(wc)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(who)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(whoami)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(yes)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
(help)
_arguments "${_arguments_options[@]}" : \
&& ret=0
;;
        esac
    ;;
esac
;;
        esac
    ;;
esac
}

(( $+functions[_uu-coreutils_commands] )) ||
_uu-coreutils_commands() {
    local commands; commands=(
'[:test-about' \
'arch:arch-about' \
'b2sum:b2sum-about' \
'base32:base32-about' \
'base64:base64-about' \
'basename:basename-about' \
'basenc:basenc-about' \
'cat:cat-about' \
'chgrp:chgrp-about' \
'chmod:chmod-about' \
'chown:chown-about' \
'chroot:chroot-about' \
'cksum:cksum-about' \
'comm:comm-about' \
'cp:cp-about' \
'csplit:csplit-about' \
'cut:cut-about' \
'date:date-about' \
'dd:dd-about' \
'df:df-about' \
'dir:dir-about' \
'dircolors:dircolors-about' \
'dirname:dirname-about' \
'du:du-about' \
'echo:echo-about' \
'env:env-about' \
'expand:expand-about' \
'expr:expr-about' \
'factor:factor-about' \
'false:false-about' \
'fmt:fmt-about' \
'fold:fold-about' \
'groups:groups-about' \
'head:head-about' \
'hostid:hostid-about' \
'hostname:hostname-about' \
'id:id-about' \
'install:install-about' \
'join:join-about' \
'kill:kill-about' \
'link:link-about' \
'ln:ln-about' \
'logname:logname-about' \
'ls:ls-about' \
'md5sum:md5sum-about' \
'mkdir:mkdir-about' \
'mkfifo:mkfifo-about' \
'mknod:mknod-about' \
'mktemp:mktemp-about' \
'more:more-about' \
'mv:mv-about' \
'nice:nice-about' \
'nl:nl-about' \
'nohup:nohup-about' \
'nproc:nproc-about' \
'numfmt:numfmt-about' \
'od:od-about' \
'paste:paste-about' \
'pathchk:pathchk-about' \
'pinky:pinky-about' \
'pr:pr-about' \
'printenv:printenv-about' \
'printf:printf-about' \
'ptx:ptx-about' \
'pwd:pwd-about' \
'readlink:readlink-about' \
'realpath:realpath-about' \
'rm:rm-about' \
'rmdir:rmdir-about' \
'seq:seq-about' \
'sha1sum:sha1sum-about' \
'sha224sum:sha224sum-about' \
'sha256sum:sha256sum-about' \
'sha384sum:sha384sum-about' \
'sha512sum:sha512sum-about' \
'shred:shred-about' \
'shuf:shuf-about' \
'sleep:sleep-about' \
'sort:sort-about' \
'split:split-about' \
'stat:stat-about' \
'stdbuf:stdbuf-about' \
'stty:stty-about' \
'sum:sum-about' \
'sync:sync-about' \
'tac:tac-about' \
'tail:tail-about' \
'tee:tee-about' \
'test:test-about' \
'timeout:timeout-about' \
'touch:touch-about' \
'tr:tr-about' \
'true:true-about' \
'truncate:truncate-about' \
'tsort:tsort-about' \
'tty:tty-about' \
'uname:uname-about' \
'unexpand:unexpand-about' \
'uniq:uniq-about' \
'unlink:unlink-about' \
'uptime:uptime-about' \
'users:users-about' \
'vdir:vdir-about' \
'wc:wc-about' \
'who:who-about' \
'whoami:whoami-about' \
'yes:yes-about' \
'help:Print this message or the help of the given subcommand(s)' \
    )
    _describe -t commands 'uu-coreutils commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__[_commands] )) ||
_uu-coreutils__subcmd__[_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils [ commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__arch_commands] )) ||
_uu-coreutils__subcmd__arch_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils arch commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__b2sum_commands] )) ||
_uu-coreutils__subcmd__b2sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils b2sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__base32_commands] )) ||
_uu-coreutils__subcmd__base32_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils base32 commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__base64_commands] )) ||
_uu-coreutils__subcmd__base64_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils base64 commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__basename_commands] )) ||
_uu-coreutils__subcmd__basename_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils basename commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__basenc_commands] )) ||
_uu-coreutils__subcmd__basenc_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils basenc commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__cat_commands] )) ||
_uu-coreutils__subcmd__cat_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils cat commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__chgrp_commands] )) ||
_uu-coreutils__subcmd__chgrp_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils chgrp commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__chmod_commands] )) ||
_uu-coreutils__subcmd__chmod_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils chmod commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__chown_commands] )) ||
_uu-coreutils__subcmd__chown_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils chown commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__chroot_commands] )) ||
_uu-coreutils__subcmd__chroot_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils chroot commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__cksum_commands] )) ||
_uu-coreutils__subcmd__cksum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils cksum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__comm_commands] )) ||
_uu-coreutils__subcmd__comm_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils comm commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__cp_commands] )) ||
_uu-coreutils__subcmd__cp_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils cp commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__csplit_commands] )) ||
_uu-coreutils__subcmd__csplit_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils csplit commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__cut_commands] )) ||
_uu-coreutils__subcmd__cut_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils cut commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__date_commands] )) ||
_uu-coreutils__subcmd__date_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils date commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__dd_commands] )) ||
_uu-coreutils__subcmd__dd_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils dd commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__df_commands] )) ||
_uu-coreutils__subcmd__df_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils df commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__dir_commands] )) ||
_uu-coreutils__subcmd__dir_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils dir commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__dircolors_commands] )) ||
_uu-coreutils__subcmd__dircolors_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils dircolors commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__dirname_commands] )) ||
_uu-coreutils__subcmd__dirname_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils dirname commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__du_commands] )) ||
_uu-coreutils__subcmd__du_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils du commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__echo_commands] )) ||
_uu-coreutils__subcmd__echo_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils echo commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__env_commands] )) ||
_uu-coreutils__subcmd__env_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils env commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__expand_commands] )) ||
_uu-coreutils__subcmd__expand_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils expand commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__expr_commands] )) ||
_uu-coreutils__subcmd__expr_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils expr commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__factor_commands] )) ||
_uu-coreutils__subcmd__factor_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils factor commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__false_commands] )) ||
_uu-coreutils__subcmd__false_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils false commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__fmt_commands] )) ||
_uu-coreutils__subcmd__fmt_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils fmt commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__fold_commands] )) ||
_uu-coreutils__subcmd__fold_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils fold commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__groups_commands] )) ||
_uu-coreutils__subcmd__groups_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils groups commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__head_commands] )) ||
_uu-coreutils__subcmd__head_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils head commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help_commands] )) ||
_uu-coreutils__subcmd__help_commands() {
    local commands; commands=(
'[:test-about' \
'arch:arch-about' \
'b2sum:b2sum-about' \
'base32:base32-about' \
'base64:base64-about' \
'basename:basename-about' \
'basenc:basenc-about' \
'cat:cat-about' \
'chgrp:chgrp-about' \
'chmod:chmod-about' \
'chown:chown-about' \
'chroot:chroot-about' \
'cksum:cksum-about' \
'comm:comm-about' \
'cp:cp-about' \
'csplit:csplit-about' \
'cut:cut-about' \
'date:date-about' \
'dd:dd-about' \
'df:df-about' \
'dir:dir-about' \
'dircolors:dircolors-about' \
'dirname:dirname-about' \
'du:du-about' \
'echo:echo-about' \
'env:env-about' \
'expand:expand-about' \
'expr:expr-about' \
'factor:factor-about' \
'false:false-about' \
'fmt:fmt-about' \
'fold:fold-about' \
'groups:groups-about' \
'head:head-about' \
'hostid:hostid-about' \
'hostname:hostname-about' \
'id:id-about' \
'install:install-about' \
'join:join-about' \
'kill:kill-about' \
'link:link-about' \
'ln:ln-about' \
'logname:logname-about' \
'ls:ls-about' \
'md5sum:md5sum-about' \
'mkdir:mkdir-about' \
'mkfifo:mkfifo-about' \
'mknod:mknod-about' \
'mktemp:mktemp-about' \
'more:more-about' \
'mv:mv-about' \
'nice:nice-about' \
'nl:nl-about' \
'nohup:nohup-about' \
'nproc:nproc-about' \
'numfmt:numfmt-about' \
'od:od-about' \
'paste:paste-about' \
'pathchk:pathchk-about' \
'pinky:pinky-about' \
'pr:pr-about' \
'printenv:printenv-about' \
'printf:printf-about' \
'ptx:ptx-about' \
'pwd:pwd-about' \
'readlink:readlink-about' \
'realpath:realpath-about' \
'rm:rm-about' \
'rmdir:rmdir-about' \
'seq:seq-about' \
'sha1sum:sha1sum-about' \
'sha224sum:sha224sum-about' \
'sha256sum:sha256sum-about' \
'sha384sum:sha384sum-about' \
'sha512sum:sha512sum-about' \
'shred:shred-about' \
'shuf:shuf-about' \
'sleep:sleep-about' \
'sort:sort-about' \
'split:split-about' \
'stat:stat-about' \
'stdbuf:stdbuf-about' \
'stty:stty-about' \
'sum:sum-about' \
'sync:sync-about' \
'tac:tac-about' \
'tail:tail-about' \
'tee:tee-about' \
'test:test-about' \
'timeout:timeout-about' \
'touch:touch-about' \
'tr:tr-about' \
'true:true-about' \
'truncate:truncate-about' \
'tsort:tsort-about' \
'tty:tty-about' \
'uname:uname-about' \
'unexpand:unexpand-about' \
'uniq:uniq-about' \
'unlink:unlink-about' \
'uptime:uptime-about' \
'users:users-about' \
'vdir:vdir-about' \
'wc:wc-about' \
'who:who-about' \
'whoami:whoami-about' \
'yes:yes-about' \
'help:Print this message or the help of the given subcommand(s)' \
    )
    _describe -t commands 'uu-coreutils help commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__[_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__[_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help [ commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__arch_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__arch_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help arch commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__b2sum_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__b2sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help b2sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__base32_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__base32_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help base32 commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__base64_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__base64_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help base64 commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__basename_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__basename_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help basename commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__basenc_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__basenc_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help basenc commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__cat_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__cat_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help cat commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__chgrp_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__chgrp_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help chgrp commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__chmod_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__chmod_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help chmod commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__chown_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__chown_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help chown commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__chroot_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__chroot_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help chroot commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__cksum_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__cksum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help cksum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__comm_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__comm_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help comm commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__cp_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__cp_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help cp commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__csplit_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__csplit_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help csplit commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__cut_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__cut_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help cut commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__date_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__date_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help date commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__dd_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__dd_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help dd commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__df_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__df_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help df commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__dir_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__dir_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help dir commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__dircolors_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__dircolors_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help dircolors commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__dirname_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__dirname_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help dirname commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__du_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__du_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help du commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__echo_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__echo_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help echo commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__env_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__env_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help env commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__expand_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__expand_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help expand commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__expr_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__expr_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help expr commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__factor_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__factor_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help factor commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__false_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__false_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help false commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__fmt_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__fmt_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help fmt commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__fold_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__fold_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help fold commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__groups_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__groups_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help groups commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__head_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__head_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help head commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__help_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__help_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help help commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__hostid_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__hostid_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help hostid commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__hostname_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__hostname_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help hostname commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__id_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__id_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help id commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__install_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__install_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help install commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__join_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__join_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help join commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__kill_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__kill_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help kill commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__link_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__link_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help link commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__ln_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__ln_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help ln commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__logname_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__logname_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help logname commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__ls_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__ls_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help ls commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__md5sum_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__md5sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help md5sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__mkdir_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__mkdir_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help mkdir commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__mkfifo_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__mkfifo_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help mkfifo commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__mknod_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__mknod_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help mknod commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__mktemp_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__mktemp_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help mktemp commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__more_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__more_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help more commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__mv_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__mv_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help mv commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__nice_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__nice_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help nice commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__nl_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__nl_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help nl commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__nohup_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__nohup_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help nohup commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__nproc_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__nproc_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help nproc commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__numfmt_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__numfmt_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help numfmt commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__od_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__od_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help od commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__paste_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__paste_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help paste commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__pathchk_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__pathchk_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help pathchk commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__pinky_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__pinky_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help pinky commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__pr_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__pr_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help pr commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__printenv_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__printenv_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help printenv commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__printf_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__printf_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help printf commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__ptx_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__ptx_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help ptx commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__pwd_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__pwd_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help pwd commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__readlink_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__readlink_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help readlink commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__realpath_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__realpath_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help realpath commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__rm_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__rm_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help rm commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__rmdir_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__rmdir_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help rmdir commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__seq_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__seq_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help seq commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__sha1sum_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__sha1sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help sha1sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__sha224sum_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__sha224sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help sha224sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__sha256sum_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__sha256sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help sha256sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__sha384sum_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__sha384sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help sha384sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__sha512sum_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__sha512sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help sha512sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__shred_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__shred_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help shred commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__shuf_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__shuf_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help shuf commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__sleep_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__sleep_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help sleep commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__sort_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__sort_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help sort commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__split_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__split_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help split commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__stat_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__stat_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help stat commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__stdbuf_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__stdbuf_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help stdbuf commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__stty_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__stty_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help stty commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__sum_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__sync_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__sync_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help sync commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__tac_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__tac_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help tac commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__tail_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__tail_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help tail commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__tee_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__tee_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help tee commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__test_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__test_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help test commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__timeout_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__timeout_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help timeout commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__touch_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__touch_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help touch commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__tr_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__tr_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help tr commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__true_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__true_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help true commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__truncate_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__truncate_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help truncate commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__tsort_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__tsort_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help tsort commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__tty_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__tty_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help tty commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__uname_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__uname_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help uname commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__unexpand_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__unexpand_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help unexpand commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__uniq_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__uniq_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help uniq commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__unlink_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__unlink_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help unlink commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__uptime_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__uptime_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help uptime commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__users_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__users_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help users commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__vdir_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__vdir_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help vdir commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__wc_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__wc_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help wc commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__who_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__who_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help who commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__whoami_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__whoami_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help whoami commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__help__subcmd__yes_commands] )) ||
_uu-coreutils__subcmd__help__subcmd__yes_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils help yes commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__hostid_commands] )) ||
_uu-coreutils__subcmd__hostid_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils hostid commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__hostname_commands] )) ||
_uu-coreutils__subcmd__hostname_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils hostname commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__id_commands] )) ||
_uu-coreutils__subcmd__id_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils id commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__install_commands] )) ||
_uu-coreutils__subcmd__install_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils install commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__join_commands] )) ||
_uu-coreutils__subcmd__join_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils join commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__kill_commands] )) ||
_uu-coreutils__subcmd__kill_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils kill commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__link_commands] )) ||
_uu-coreutils__subcmd__link_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils link commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__ln_commands] )) ||
_uu-coreutils__subcmd__ln_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils ln commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__logname_commands] )) ||
_uu-coreutils__subcmd__logname_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils logname commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__ls_commands] )) ||
_uu-coreutils__subcmd__ls_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils ls commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__md5sum_commands] )) ||
_uu-coreutils__subcmd__md5sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils md5sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__mkdir_commands] )) ||
_uu-coreutils__subcmd__mkdir_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils mkdir commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__mkfifo_commands] )) ||
_uu-coreutils__subcmd__mkfifo_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils mkfifo commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__mknod_commands] )) ||
_uu-coreutils__subcmd__mknod_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils mknod commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__mktemp_commands] )) ||
_uu-coreutils__subcmd__mktemp_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils mktemp commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__more_commands] )) ||
_uu-coreutils__subcmd__more_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils more commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__mv_commands] )) ||
_uu-coreutils__subcmd__mv_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils mv commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__nice_commands] )) ||
_uu-coreutils__subcmd__nice_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils nice commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__nl_commands] )) ||
_uu-coreutils__subcmd__nl_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils nl commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__nohup_commands] )) ||
_uu-coreutils__subcmd__nohup_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils nohup commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__nproc_commands] )) ||
_uu-coreutils__subcmd__nproc_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils nproc commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__numfmt_commands] )) ||
_uu-coreutils__subcmd__numfmt_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils numfmt commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__od_commands] )) ||
_uu-coreutils__subcmd__od_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils od commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__paste_commands] )) ||
_uu-coreutils__subcmd__paste_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils paste commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__pathchk_commands] )) ||
_uu-coreutils__subcmd__pathchk_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils pathchk commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__pinky_commands] )) ||
_uu-coreutils__subcmd__pinky_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils pinky commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__pr_commands] )) ||
_uu-coreutils__subcmd__pr_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils pr commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__printenv_commands] )) ||
_uu-coreutils__subcmd__printenv_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils printenv commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__printf_commands] )) ||
_uu-coreutils__subcmd__printf_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils printf commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__ptx_commands] )) ||
_uu-coreutils__subcmd__ptx_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils ptx commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__pwd_commands] )) ||
_uu-coreutils__subcmd__pwd_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils pwd commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__readlink_commands] )) ||
_uu-coreutils__subcmd__readlink_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils readlink commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__realpath_commands] )) ||
_uu-coreutils__subcmd__realpath_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils realpath commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__rm_commands] )) ||
_uu-coreutils__subcmd__rm_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils rm commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__rmdir_commands] )) ||
_uu-coreutils__subcmd__rmdir_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils rmdir commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__seq_commands] )) ||
_uu-coreutils__subcmd__seq_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils seq commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__sha1sum_commands] )) ||
_uu-coreutils__subcmd__sha1sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils sha1sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__sha224sum_commands] )) ||
_uu-coreutils__subcmd__sha224sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils sha224sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__sha256sum_commands] )) ||
_uu-coreutils__subcmd__sha256sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils sha256sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__sha384sum_commands] )) ||
_uu-coreutils__subcmd__sha384sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils sha384sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__sha512sum_commands] )) ||
_uu-coreutils__subcmd__sha512sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils sha512sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__shred_commands] )) ||
_uu-coreutils__subcmd__shred_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils shred commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__shuf_commands] )) ||
_uu-coreutils__subcmd__shuf_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils shuf commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__sleep_commands] )) ||
_uu-coreutils__subcmd__sleep_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils sleep commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__sort_commands] )) ||
_uu-coreutils__subcmd__sort_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils sort commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__split_commands] )) ||
_uu-coreutils__subcmd__split_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils split commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__stat_commands] )) ||
_uu-coreutils__subcmd__stat_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils stat commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__stdbuf_commands] )) ||
_uu-coreutils__subcmd__stdbuf_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils stdbuf commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__stty_commands] )) ||
_uu-coreutils__subcmd__stty_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils stty commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__sum_commands] )) ||
_uu-coreutils__subcmd__sum_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils sum commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__sync_commands] )) ||
_uu-coreutils__subcmd__sync_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils sync commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__tac_commands] )) ||
_uu-coreutils__subcmd__tac_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils tac commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__tail_commands] )) ||
_uu-coreutils__subcmd__tail_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils tail commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__tee_commands] )) ||
_uu-coreutils__subcmd__tee_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils tee commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__test_commands] )) ||
_uu-coreutils__subcmd__test_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils test commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__timeout_commands] )) ||
_uu-coreutils__subcmd__timeout_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils timeout commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__touch_commands] )) ||
_uu-coreutils__subcmd__touch_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils touch commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__tr_commands] )) ||
_uu-coreutils__subcmd__tr_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils tr commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__true_commands] )) ||
_uu-coreutils__subcmd__true_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils true commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__truncate_commands] )) ||
_uu-coreutils__subcmd__truncate_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils truncate commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__tsort_commands] )) ||
_uu-coreutils__subcmd__tsort_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils tsort commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__tty_commands] )) ||
_uu-coreutils__subcmd__tty_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils tty commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__uname_commands] )) ||
_uu-coreutils__subcmd__uname_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils uname commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__unexpand_commands] )) ||
_uu-coreutils__subcmd__unexpand_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils unexpand commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__uniq_commands] )) ||
_uu-coreutils__subcmd__uniq_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils uniq commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__unlink_commands] )) ||
_uu-coreutils__subcmd__unlink_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils unlink commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__uptime_commands] )) ||
_uu-coreutils__subcmd__uptime_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils uptime commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__users_commands] )) ||
_uu-coreutils__subcmd__users_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils users commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__vdir_commands] )) ||
_uu-coreutils__subcmd__vdir_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils vdir commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__wc_commands] )) ||
_uu-coreutils__subcmd__wc_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils wc commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__who_commands] )) ||
_uu-coreutils__subcmd__who_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils who commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__whoami_commands] )) ||
_uu-coreutils__subcmd__whoami_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils whoami commands' commands "$@"
}
(( $+functions[_uu-coreutils__subcmd__yes_commands] )) ||
_uu-coreutils__subcmd__yes_commands() {
    local commands; commands=()
    _describe -t commands 'uu-coreutils yes commands' commands "$@"
}

if [ "$funcstack[1]" = "_uu-coreutils" ]; then
    _uu-coreutils "$@"
else
    compdef _uu-coreutils uu-coreutils
fi
