Class: Permpress::JSONLint

Inherits:
Thor
  • Object
show all
Defined in:
lib/permpress/jsonlint.rb

Overview

JSON Lint subcommand. Calls durable-json-lint with correct arguments.

Instance Method Summary collapse

Instance Method Details

#lint(*files) ⇒ Object



9
10
11
# File 'lib/permpress/jsonlint.rb', line 9

def lint(*files)
  Command.new('durable-json-lint', files, flags).run
end