Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tab-Completion for command arguments #20

Open
ghost opened this issue Oct 1, 2018 · 1 comment
Open

Tab-Completion for command arguments #20

ghost opened this issue Oct 1, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Oct 1, 2018

Would be awesome if command arguments could be tab-completed. For example with the command prog.command('install '), you could specify some options for , so let's say Wordpress or Drupal, and when I'm typing out the command if I type Wo and press tab then it would autocomplete to Wordpress. Similar to Vorpal's autocomplete

@paulocoghi
Copy link

paulocoghi commented Jul 14, 2023

For our use case (management of multiple servers through cli), tab-completion is a game-changer.

Ex: on a command to show details of one server (between hundreds) which is possible to write only part of a server name, we could search for possible match(es) to auto-complete when receiving the "tab" signal.

If we could only manage the "tab" signal, it would be enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant