Export UserMode options

This commit is contained in:
2021-05-16 15:53:54 -07:00
parent 399f21f9b9
commit 7325dda66d
6 changed files with 103 additions and 64 deletions

View File

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