Files
fish-shell/doc_src
Fabian Boehm 4c39aeed87 abbr: Let --function use a mandatory argument
This now means `abbr --add` has two modes:

```fish
abbr --add name --function foo --regex regex
```

```fish
abbr --add name --regex regex replacement
```

This is because `--function` was seen to be confusing as a boolean flag.
2022-12-24 10:29:26 +01:00
..
2022-12-19 19:39:47 +01:00
2022-09-17 21:31:06 +08:00
2022-10-20 19:33:57 +02:00
2022-12-19 20:22:27 +01:00
2022-12-21 16:24:00 +01:00
2022-01-09 23:47:58 +08:00