sys: wrap log methods
All checks were successful
Test / Create distribution (push) Successful in 26s
Test / Run NixOS test (push) Successful in 3m31s

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-02-18 22:44:50 +09:00
parent bf95127332
commit ffaa12b9d8
3 changed files with 9 additions and 0 deletions

View File

@@ -34,6 +34,9 @@ type State interface {
// Exit provides [os.Exit].
Exit(code int)
Println(v ...any)
Printf(format string, v ...any)
// Paths returns a populated [Paths] struct.
Paths() Paths
// Uid invokes fsu and returns target uid.