-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
category:enhancementNew feature or requestNew feature or request
Milestone
Description
Related problem
Descriptions are possible for subcommands and flags, but not for the values returned by a custom completion.
Describe the solution you'd like
A way to return values with descriptions.
Describe alternatives you've considered
No response
Additional context and details
def "nu-complete example" [line: string, pos: int] {
// return values with descriptions
}
export extern "example" [
...args: string@"nu-complete example"
]
Metadata
Metadata
Assignees
Labels
category:enhancementNew feature or requestNew feature or request