-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
iceRelates to iceRelates to ice
Description
@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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
iceRelates to iceRelates to ice