Create a mechanism for program arguments tips

Issue #179 new
Patryk Kubiak created an issue

for example:

ifconfig eth 
now press [TAB] key and it call the program ifconfig argument tips handler, that is looking for interface that begins with eth and returns:
ethernet
so we print 
ifconfig ethernet 

Comments (1)

  1. Log in to comment