DragonFly On-Line Manual Pages

Search: Section:  


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 o tool names (except tools names which are arguments to another tool), o long option names, o long option values if 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}. 28 October 2015 ceylon bash-completion(1)

Search: Section: