#  Copyright (C) 2003 Ingo K"ohne
#  
#  This program is free software; you can redistribute it and/or
#  modify it under the terms of the GNU General Public License
#  as published by the Free Software Foundation; either version 2
#  of the License, or (at your option) any later version.
#  
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#  
#  You should have received a copy of the GNU General Public License along
#  with this program; if not, write to the Free Software Foundation, Inc.,
#  59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.

. ../include/common

cmd=ls
optcomplete  $cmd a all  A almost-all  b escape  B ignore-backups  c  C  d directory  D dired  f  F classify  x m l 1 c  full-time  G no-group  h human-readable  H si  i inode  k  l  L dereference  m  n numeric-uid-gid  N literal  o  p file-type  q hide-control-chars  show-control-chars  Q quote-names  r reverse  R recursive  s size  S  t  u  U  v  x  1  help  version
optcomplete -m arg_required  $cmd block-size
optcomplete -W 'never always auto'  $cmd color
optcomplete -W 'across commas horizontal long single-column verbose vertical'  $cmd format
optcomplete -W 'none classify file-type'  $cmd indicator-style
optcomplete -f  $cmd I ignore-pattern
optcomplete -W 'literal locale shell shell-always c escape'  $cmd quoting-style
optcomplete -W 'extension none size time version status time atime access use'  $cmd sort
optcomplete -W 'atime access use ctime status'  $cmd time
optcomplete -m arg_required  $cmd T tabsize w width
optcomplete -f  $cmd NONOPT
optcomplete -m long  $cmd

complete -F xpcompfunc ls
