From 149d9584c4d63a9ecd61eb387fd6b46d9e84de00 Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux <37377804+sylvainOL@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:32:02 +0200 Subject: [PATCH] make op completion to work with latest nushell (#936) with newest version of nushell, this completion is not accepted. --- custom-completions/op/op-completions.nu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-completions/op/op-completions.nu b/custom-completions/op/op-completions.nu index 499cff7..689c27c 100644 --- a/custom-completions/op/op-completions.nu +++ b/custom-completions/op/op-completions.nu @@ -592,7 +592,7 @@ export extern "op document list" [ export alias "document ls" = document list # Manage Events API integrations in your 1Password connect -export extern "op events"-api [ +export extern "op events-api" [ # GLOBAL FLAGS --account=account: string@"nu completion account" # Select the account to execute the command by account shorthand, sign-in address, account ID, or user ID. For a list of available accounts, run 'op account list'. Can be set as the OP_ACCOUNT environment variable. --cache # Store and use cached information. Caching is enabled by default on UNIX-like systems. Caching is not available on Windows. Options: true, false. Can also be set with the OP_CACHE environment variable. (default true) @@ -2212,4 +2212,4 @@ def "nu completion output" [ } } } -} \ No newline at end of file +}