Sha256: 74918de41ac3ac8d8a0e1001acc2be2842fa2494e8d42042430b2e582d903467
Contents?: true
Size: 357 Bytes
Versions: 4
Compression:
Stored size: 357 Bytes
Contents
module NFAgent class CLI include NFAgent include SVUtil def initialize Config.load_and_parse if Config.test_mode? Tests.run exit 1 end @process = ProcessManager.new(Server) @process.start end end end # TODO Run EventMachine here later to allow clients to connect for real time log display
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
nfagent-0.9.20 | lib/nfagent/cli.rb |
nfagent-0.9.19 | lib/nfagent/cli.rb |
nfagent-0.9.17 | lib/nfagent/cli.rb |
nfagent-0.9.15 | lib/nfagent/cli.rb |