mirror of
https://github.com/taigrr/systemctl.git
synced 2025-10-06 08:47:02 +08:00
adds option structs, ready for Show implementation
This commit is contained in:
5
structs.go
Normal file
5
structs.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package systemctl
|
||||
|
||||
type Options struct {
|
||||
usermode bool
|
||||
}
|
Reference in New Issue
Block a user