module Obsctl::Config::OptionalScalarStringConverter

Overview

The same leniency for optional fields, where a bare key: means absent.

Defined in:

obsctl/config/config_value.cr

Class Method Summary

Class Method Detail

def self.from_yaml(ctx : YAML::ParseContext, node : YAML::Nodes::Node) : String | Nil #

[View source]
def self.to_yaml(value : String | Nil, yaml : YAML::Nodes::Builder) : Nil #

[View source]