Exemplo n.º 1
0
        private static int RunPackRulesCommand(PackRulesCommandOptions opts)
        {
            Logger        = Utils.SetupLogging(opts);
            WriteOnce.Log = Logger;
            opts.Log      = Logger;

            return(new PackRulesCommand(opts).Run());
        }
Exemplo n.º 2
0
 private static int RunPackRulesCommand(PackRulesCommandOptions opts)
 {
     SetupLogging(opts);
     return(new PackRulesCommand(opts).Run());
 }