dim-an / cod

cod is a completion daemon for bash/fish/zsh
Apache License 2.0
515 stars 25 forks source link

cod should emit standard completion scripts #5

Open zachriggle opened 4 years ago

zachriggle commented 4 years ago

It would be useful to have cod be able to generate either bash or zsh completion scripts, so that they can be distributed with a project instead of suggesting that users use cod.

dim-an commented 4 years ago

Though I understand why this might be useful I don't think that I want this in the cod in near future.

Such approach reduces reliability and maintainability of the cod and features like #4 would be harder to implement and maintain.