nix(feat): Add bash completion for git references

This commit is contained in:
Wolfgang Walther
2021-11-27 10:57:29 +01:00
committed by Wolfgang Walther
parent 32ff9dfb48
commit 5a8d9b1246
5 changed files with 35 additions and 15 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ let
"ARG_POSITIONAL_SINGLE([command], [Command to run])"
"ARG_LEFTOVERS([command arguments])"
];
addCommandCompletion = true;
positionalCompletion = "_command";
redirectTixFiles = false; # will be done by sub-command
inRootDir = true;
}