Sha256: 43de1856f3e3a50f71267d9820bd67a6f1276b13b6545952365e861663ef6304
Contents?: true
Size: 427 Bytes
Versions: 13
Compression:
Stored size: 427 Bytes
Contents
require 'fileutils' module Jack class Config < Command class Sort < Transmit # for the local_config_path method include Util def initialize(options={}) super @options = options end def run YamlFormatter.new.process("#{@root}/#{local_config_path}") UI.say "Reformatted the local config to a sorted yaml format at #{local_config_path}" end end end end
Version data entries
13 entries across 13 versions & 1 rubygems