@SuppressWarnings(value="Println")
@CommandLine.Command(name="grape", description="Allows for the inspection and management of the local grape cache.", subcommands=[Install, Uninstall, ListCommand, Resolve, CommandLine.HelpCommand])
class GrapeMain
extends Object
implements Runnable
Command-line entry point for inspecting and managing the local Grape cache.
| Constructor and description |
|---|
GrapeMain() |
Tokens that did not match a known command or option.
Launches the Grape command-line application.
args - the command-line argumentsHandles top-level execution when no valid subcommand was selected.
Copyright © 2003-2026 The Apache Software Foundation. All rights reserved.