all the directives are copied in with their types. working on validators now.
This commit is contained in:
10
config/type.go
Normal file
10
config/type.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
type sshBool bool
|
||||
|
||||
func (b sshBool) Str() string {
|
||||
if b {
|
||||
return "yes"
|
||||
}
|
||||
return "no"
|
||||
}
|
||||
Reference in New Issue
Block a user