"Yves-Eric Martin" <[EMAIL PROTECTED]> writes: > Well, I guess a good shell would be GNU Bash, and you could do > something like this: > > complete -W "i18n info quickstart shell sql toolbox update" > tg-admin
Yes. This would do it. And would be simple. But a new rule would have to be issued for new commands and if you install some extra command you'd have to add it by hand. I was thinking more like what zsh does with subversion and capturing options from the output of a plain "tg-admin" (without any parameters) and showing them to the user. But this feature of bash does it. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

