You've already forked panic-cli
mirror of
https://github.com/Print-and-Panic/panic-cli.git
synced 2026-01-21 10:17:41 -08:00
8 lines
252 B
Go
8 lines
252 B
Go
package system
|
|
|
|
import "github.com/Print-and-Panic/panic-cli/internal/platform"
|
|
|
|
// CurrentSystem is the global entry point for system side-effects.
|
|
// It is initialized in cmd/root.go based on flags (e.g. --dry-run).
|
|
var CurrentSystem platform.System
|