Files
cospend-cli/cmd/common.go
2026-02-03 16:23:42 +02:00

8 lines
157 B
Go

package cmd
// Debug enables debug output when true
var Debug bool
// ProjectID is the project to operate on (shared across commands)
var ProjectID string