diff --git a/lib/roast.rb b/lib/roast.rb index f13255bd..c56c0862 100644 --- a/lib/roast.rb +++ b/lib/roast.rb @@ -130,12 +130,6 @@ def list puts "Run a workflow with: roast execute " end - desc "validate [WORKFLOW_CONFIGURATION_FILE]", "Validate a workflow configuration" - option :strict, type: :boolean, aliases: "-s", desc: "Treat warnings as errors" - def validate(workflow_path = nil) - raise NotImplementedError, "Validation for DSL workflows is not yet implemented" - end - private #: (Array[String], Array[String]) -> [Array[String], Array[Symbol], Hash[Symbol, String]]