Skip to content

Commit 04b86a2

Browse files
committed
add argv
1 parent 156fe9f commit 04b86a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/shell-plugins.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ in
8585
fishFunctions = map
8686
(package: ''
8787
function ${package} --wraps "${package}" --description "1Password Shell Plugin for ${package}"
88-
command op plugin run -- ${package}
88+
command op plugin run -- ${package} $argv
8989
end
9090
'')
9191
pkg-exe-names;

0 commit comments

Comments
 (0)