Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make op completion to work with latest nushell #936

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions custom-completions/op/op-completions.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -2212,4 +2212,4 @@ def "nu completion output" [
}
}
}
}
}