module DocMachine::Build class Config property data_dir : String = Dir.current property action : String = "watch" property enable_tty : Bool = false property port : Int32 = 5100 property multiple_instances : Bool = false def initialize(@parent : DocMachine::Config) end end end