pushokku/src/config/host_settings.cr

10 lines
104 B
Crystal
Raw Normal View History

2020-04-11 21:36:06 +02:00
require "yaml"
class SshHostConfigSettings
YAML.mapping(
user: String,
host: String
)
end