Nexmo / nexmo-cli

Nexmo CLI (Command Line Interface)
https://nexmo.com
MIT License
78 stars 52 forks source link

Added shell completion support #183

Closed ciarant closed 5 years ago

ciarant commented 5 years ago

Summary

Fixes #52. Adds command line completion for Linux and OSX. Press tab to autocomplete nexmo commands.

Other Information

How to install

$ nexmo completion >> ~/.zshrc   # zsh
$ nexmo completion >> ~/.bashrc  # bash

Hot to use from current shell

$ source <$(nexmo completion)
d4nyll commented 5 years ago

commander-tabtab has not been updated since 1 Sep 2013 and is labelled by the author as "No Longer In Active Development". I'd not like to introduce a dependency which is no longer developed/maintained.

AlexLakatos commented 5 years ago

I'll close this out because of the deprecated dependency.