jarvarvarvis / elvish-coreutils-compl-gen

GNU coreutils completions generator for the Elvish shell
MIT License
1 stars 0 forks source link

Fix dd command completion #3

Open jarvarvarvis opened 2 years ago

jarvarvarvis commented 2 years ago

The completion of the dd command doesn't work at the moment, because the complete-dd command excepts normal getopts convention arguments.

However, dd handles its arguments differently (without dashes), so it's probably necessary to write a completer from scratch.