// Package appcli connects [github.com/urfave/cli/v3] commands to // [gitea.auvem.com/go-toolkit/app.Lifecycle] dependency loading. // // Inject the lifecycle into context in main (see [appcli.Run]), wrap commands with // [appcli.NewCommand] or [appcli.NewRootCommand], and supply [appcli.DepFn] callbacks // that return modules to initialize before each command runs. package appcli