adds option structs, ready for Show implementation

This commit is contained in:
Tai Groot
2021-05-15 13:49:34 -07:00
parent 7bedb452e4
commit 8a7c865b5f
5 changed files with 145 additions and 78 deletions

5
structs.go Normal file
View File

@@ -0,0 +1,5 @@
package systemctl
type Options struct {
usermode bool
}