Fabian Homborg 903b7888d3 complete: Make -c optional
Currently, completions have to be specified like

```fish
complete -c foo -l opt
```

while

```fish
complete foo -l opt
```

just complains about there being too many arguments.

That's kinda useless, so we just assume if there is one left-over
argument that it's meant to be the command.

Theoretically we could also use *all* the arguments as commands to
complete, but that seems unlikely to be what the user wants.

(I don't think multi-command completions really happen)
2020-09-09 20:23:08 +02:00
..
2020-07-27 17:19:44 +02:00
2020-09-04 16:30:13 +02:00
2020-02-08 13:30:48 +01:00
2019-06-26 21:19:40 +02:00
2020-01-30 17:34:48 +01:00
2020-04-26 08:49:01 +02:00
2020-09-09 20:23:08 +02:00
2019-06-26 21:19:40 +02:00
2020-01-19 15:07:06 +01:00
2020-01-25 17:28:41 -08:00
2020-02-14 20:28:46 +01:00
2020-02-07 20:53:20 +01:00
2020-08-08 16:35:08 +02:00
2020-04-26 08:49:01 +02:00
2020-08-26 17:48:58 +02:00
2020-02-17 11:39:53 +01:00
2019-07-09 10:02:50 -07:00
2020-08-10 12:26:30 -07:00
2020-06-07 16:23:29 +02:00
2020-03-16 21:21:10 +01:00
2019-11-25 13:07:15 +01:00