arkhaix / emunisce

GNU General Public License v2.0
0 stars 0 forks source link

Add auto-completion to the command console #15

Open arkhaix opened 6 years ago

arkhaix commented 6 years ago

The user should be able to hit tab to auto-complete a command.

I think we only need to support cases where there is only one valid command. Tabbing through multiple autocomplete options can be done in a separate task.