Sha256: 7781000262af4d5fc743793b02056cf84cc1d3471d50b76cc5031ba172e266f5

Contents?: true

Size: 231 Bytes

Versions: 5

Compression:

Stored size: 231 Bytes

Contents

module Alf
  module Shell
    class Exec < Shell::Command()
      
      def execute(args)
        Reader.alf(args.first || $stdin, requester.environment)
      end
      
    end # class Exec
  end # module Shell
end # module Alf

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alf-0.12.2 lib/alf-shell/alf/shell/command/exec.rb
alf-0.12.1 lib/alf-shell/alf/shell/command/exec.rb
alf-0.12.0 lib/alf-shell/alf/shell/command/exec.rb
alf-0.11.1 lib/alf-shell/alf/shell/command/exec.rb
alf-0.11.0 lib/alf-shell/alf/shell/command/exec.rb