module NFAgent class CLI include NFAgent include SVUtil def initialize Config.load_and_parse @process = ProcessManager.new(Server) @process.start end end end # TODO Run EventMachine here later to allow clients to connect for real time log display