Open jarvarvarvis opened 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.
dd
However, dd handles its arguments differently (without dashes), so it's probably necessary to write a completer from scratch.
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.