eclipse-archived / ceylon

The Ceylon compiler, language module, and command line tools
http://ceylon-lang.org
Apache License 2.0
396 stars 62 forks source link

tools: Bash completion #749

Open CeylonMigrationBot opened 11 years ago

CeylonMigrationBot commented 11 years ago

[@tombentley] The bash completion is very ugly at the moment. It really needs someone with a lot more bash skills then I have to improve it. In particular there's lots of ugliness due to the way = (think long option arguments) is one of the $COMP_WORDBREAKS, which git manages to work around via majik which I don't entirely understand.

This was #4608

[Migrated from ceylon/ceylon-compiler#749]

CeylonMigrationBot commented 11 years ago

[@FroMage] M5

CeylonMigrationBot commented 11 years ago

[@FroMage] Moving to M6