SUPERAndroidAnalyzer / super

Secure, Unified, Powerful and Extensible Rust Android Analyzer
https://superanalyzer.rocks/
GNU General Public License v3.0
421 stars 59 forks source link

Add tab completions #77

Closed Razican closed 8 years ago

Razican commented 8 years ago

Now that clap has implemented ZSH script generation, we should add those and add them to packages.

Here an article on how to generate completions.

panicbit commented 8 years ago

I'll try to implement this :smile:

panicbit commented 8 years ago

96 implements completion script generation.

Generation of ZSH completions is blocked by kbknapp/clap-rs#754. The scripts still need to be packaged.

edit: ZSH completion script generation is fixed now in clap 2.19 and is enabled via #97