Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Commit

Permalink
Add instructions for alternate executable names.
Browse files Browse the repository at this point in the history
Added instructions to README for enabling console completion for other executable names. Closes #5
  • Loading branch information
bobthecow committed Feb 21, 2011
1 parent 38cf368 commit 11c0396
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ Valid executable names are:
* `console-test`
* `Symfony`

If none of these names do it for you, you can enable completion for your own executable. Add this line to your bash profile, just below where you sourced `symfony2-completion.bash`:

complete -F _console my-console-name

## Copyright & Credits

ConsoleAutocompleteBundle Copyright (c) 2011 [knpLabs](http://www.knplabs.com).
Expand Down

0 comments on commit 11c0396

Please sign in to comment.