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