onepub-dev / dcli

An extensive library and tooling for building console/cli applications and scripts using the Dart programming language.
242 stars 28 forks source link

autocomplete not working for dshell compile. #87

Open bsutton opened 4 years ago

bsutton commented 4 years ago

if you type dshell compile scri

And then hit tab. dshell_complete should auto complete name of the script.

It fails to do this.

It should also work even if you pass in the two switches (-i -o).

bsutton commented 3 years ago

file/directory completion now works.

Need to add ~ expansion to HOME Need to test if it works when switches are passed.