namespace cli.Modules { public interface IModule { void Run (string[] args); } }