Sha256: 33dc8483d913f3a3ffbe2fef92177b7715f3de146aa07ed02ea27979033adcdb
Contents?: true
Size: 413 Bytes
Versions: 88
Compression:
Stored size: 413 Bytes
Contents
# frozen_string_literal: true require 'avm/tools/core_ext' module Avm module Tools class Runner class AppSrc class Update runner_with :help do desc 'Update local project.' end def run infov 'Path', runner_context.call(:subject).path runner_context.call(:subject).update end end end end end end
Version data entries
88 entries across 88 versions & 2 rubygems