Package eu.svjatoslav.alyverkko_cli


package eu.svjatoslav.alyverkko_cli

This package contains the core components of the Älyverkko CLI application, including the main entry point, command interfaces, and utility classes. It serves as the central hub for orchestrating subcommands and core application behavior.

Key responsibilities include:

  • Command registration and execution
  • Configuration loading and management
  • Basic utility functions for colored console output
  • Class
    Description
    Base interface for all subcommands in the Älyverkko CLI.
    The main entry point for the Älyverkko CLI application.
    General utility functions for the Älyverkko CLI application.