mirror of
https://github.com/chenasraf/cospend-cli.git
synced 2026-05-18 01:39:03 +00:00
8 lines
157 B
Go
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
|