class Simp::Metadata::Commands::Set_write
Public Instance Methods
run(argv, engine = nil)
click to toggle source
# File lib/simp/metadata/commands/set-write.rb, line 6 def run(argv, engine = nil) options = defaults(argv) do |opts,options| opts.banner = 'Usage: simp-metadata set-write [options]' end engine, root = get_engine(engine, options) engine.writable_source_name = argv[0] end