add comments to the repl package

This commit is contained in:
Robin Olsen
2026-02-08 12:56:09 +01:00
parent 38faee631f
commit 3bf80ba859
6 changed files with 68 additions and 18 deletions

View File

@@ -1,3 +1,4 @@
// Package cli provides the command-line interface for the PM System.
package cli
import (
@@ -7,7 +8,7 @@ import (
"github.com/LazyBachelor/LazyPM/pkg/cli/commands"
)
// CLIConfig is an alias for service.Config, which contains all the necessary
// CLIConfig is an alias for service.Config, used to configure the CLI.
type CLIConfig = service.Config
// Run initializes the services and executes the CLI commands.