]> git.tuebingen.mpg.de Git - gsu.git/commitdiff
Fall back to filename completion if no completer is defined.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 13 Nov 2017 01:13:46 +0000 (02:13 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 30 Nov 2017 13:00:22 +0000 (14:00 +0100)
If a gsu application does not implement subcommand completers, it's
best to  complete on file names, if only to make completion work in
the common case of redirections. For example we like to complete the
last word of a partial command line of the form

app subcommand > /dev/nu

This did not work so far. With the patch applied, it does.

The application can always override the behaviour by implementing a
suitable completer.


No differences found