docmachine-cli/src/config.cr
Glenn Y. Rolland 9a87615129
Some checks failed
continuous-integration/drone/push Build is failing
feat: Prepare for multi-command
2023-03-25 20:40:52 +01:00

11 lines
109 B
Crystal

module DocMachine
class Config
property verbose : Bool = false
def initialize
end
end
end