Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
ceylon bash-completion(1)			       ceylon bash-completion(1)

NAME
     ceylon  bash-completion  - A tool which provides completion suggestions for
     the Bash shell.

SYNOPSIS
     ceylon bash-completion [--cword=value] [--] [arguments]...

DESCRIPTION
     The <arguments> are the elements of the ${COMP_WORDS} bash array variable.

     The tool inspects the <arguments> and writes its  completions  to	standard
     output.Currently the tool can complete

     *
       tool names (except tools names which are arguments to another tool),

     *
       long option names,

     *
       long option values null the setter type is a java.lang.File or a subclass
       of java.lang.Enum.

OPTIONS
     --cword=value
	    The  index	in the <arguments> of the argument being completed, i.e.
	    The value of ${COMP_CWORD}.

				 18 August 2017        ceylon bash-completion(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ceylon-bash-completion&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help