On Wed, Jul 31, 2013 at 12:21 PM, Michael Sierra <[email protected]> wrote:
> For doc, pls clarify if tab completion is to be built into the product, or > if it involves a separate install. I think it would have to be a separate installation step, as it generally involves manipulating your .bashrc profile, and I don't think we'd want to do that as part of 'npm install' (But maybe we do :) ) > I assume it works for clearly constrained sets of choices such as "plugin > rm" rather than "plugin add". Correct? For "plugin rm", it will complete based on the installed plugins. "plugin add" will autocomplete using directory entries, since that's the expected input. I'll see if I can write some more complete docs about what it does and doesn't do. Ian > Point me towards any appropriate info. Thanks > > --Mike S > > ________________________________________ > From: [email protected] [[email protected]] On Behalf Of Brian > LeRoux [[email protected]] > Sent: Wednesday, July 31, 2013 11:41 AM > To: [email protected] > Cc: Filip Maj > Subject: Re: Command-line completion in Cordova CLI > > Yes I think this would be great. (Maybe add the docs to the cli guide tho?) > > > > On Wed, Jul 31, 2013 at 8:26 AM, Ian Clelland <[email protected]> > wrote: > > I've been pretty happy with the state of my Bash command-line completion > > script for CLI -- I'd like to add it to the CLI repo, and include some > docs > > there about installing it on Unix-y systems. > > > > Any objections? Better places for it? Horrible crash reports? > > > > Ian >
