Package com.tbg.wms.cli
package com.tbg.wms.cli
Application entry layer for command-line and desktop workflows.
Package Responsibility
- Expose process-level startup and argument dispatch.
- Route execution into CLI command handlers or GUI launch paths.
- Keep bootstrapping concerns separate from business services.
Key Types
CliMain- process bootstrap and Picocli startup.RootCommand- top-level command registration and shared config access.
- Since:
- 1.5.0
-
ClassesClassDescriptionProcess bootstrap for CLI execution and zero-argument GUI launch.Starts the Swing GUI and keeps the calling process alive until the window closes.