Lines Matching +refs:is +refs:completion +refs:line
33 // Implement helpful bash-style command line flag completions
37 // program startup, but after command line flag code has been
40 // flag is empty, nothing happens here. If it contains a string,
43 // completion. Regardless of the outcome of this deduction, the
58 // ** Strategy taken for command line completions:
64 // description as can fit on a single terminal line width, as specified
71 // was implemented. Before pressing a <TAB> to get completion for the
87 // completion should be enabled for. Example addition to a .bashrc
104 // If you haven't specifically added a command to the list of completion
108 // Assuming that "binary" is a newly compiled binary, this should still
109 // produce the expected completion output.