Documentation
¶
Overview ¶
Package main is the entry point for the np binary. It owns the full CLI lifecycle: constructing the dependency graph via wiring.NewCore, building the root command, executing it, classifying errors into exit codes, and calling os.Exit. This is the ONLY place os.Exit is called, ensuring that deferred cleanup functions throughout the application always execute.
Click to show internal directories.
Click to hide internal directories.