Skip to content

ice CLI autocomplete doesnt work. #110

@subkanthi

Description

@subkanthi
@CommandLine.Command(
    name = "ice",
    description = "Iceberg REST Catalog client.",
    mixinStandardHelpOptions = true,
    scope = CommandLine.ScopeType.INHERIT,
    versionProvider = VersionProvider.class,
    subcommands = AutoComplete.GenerateCompletion.class)
public final class Main {

https://picocli.info/autocomplete.html

Pressing tab after typing few characters should show the commands.

 ice in 

Metadata

Metadata

Assignees

Labels

iceRelates to ice

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions