示例#1
0
        private static int RunPackRulesCommand(PackRulesCommandOptions opts)
        {
            Logger        = Utils.SetupLogging(opts);
            WriteOnce.Log = Logger;
            opts.Log      = Logger;

            return(new PackRulesCommand(opts).Run());
        }
示例#2
0
 private static int RunPackRulesCommand(PackRulesCommandOptions opts)
 {
     SetupLogging(opts);
     return(new PackRulesCommand(opts).Run());
 }