Namespace SunamoCl.SunamoCmd
Classes
- CmdBootStrap
Provides bootstrapping functionality for command-line applications including running actions, DI configuration, and logging setup
- CmdBootStrapArgs
Arguments for bootstrapping a command-line application with actions and initialization functions
- TeeTextWriter
TextWriter that writes to both the original console output and a log file simultaneously. This allows AI tools to read the log file and understand what happened during the last application run. The file is overwritten on each new run.