run runs the command, returning the output.
run
256 257 258
# File 'lib/mfe.rb', line 256 def run(argv) `#{expand argv}` end