fish: allow multiple commands for command option in abbreviations (#6851)
This commit is contained in:
parent
20705949f1
commit
b8d186abf8
2 changed files with 10 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ let
|
|||
};
|
||||
|
||||
command = mkOption {
|
||||
type = with types; nullOr str;
|
||||
type = with types; nullOr (either str (listOf str));
|
||||
default = null;
|
||||
description = ''
|
||||
Specifies the command(s) for which the abbreviation should expand. If
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue