Initial Commit
This commit is contained in:
12
cli/cli.go
Normal file
12
cli/cli.go
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
Copyright © 2024 Brian Buller <brian@bullercodeworks.com>
|
||||
*/
|
||||
package cli
|
||||
|
||||
type Program struct {
|
||||
debug bool
|
||||
}
|
||||
|
||||
func (p *Program) Initialize() error {
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user