Ejemplo n.º 1
0
 public DumpTags()
 {
     this.IsCommand("dump-tags", "Writes tags for a blog in json.");
     LoginInfo.AddXmlRpcLogin(this);
     this.SkipsCommandSummaryBeforeRunning();
 }
Ejemplo n.º 2
0
 public TestAllCommand()
 {
     this.IsCommand("test-all", "Tests all the things.");
     LoginInfo.AddXmlRpcLogin(this);
 }
Ejemplo n.º 3
0
 public DumpCategories()
 {
     this.IsCommand("dump-categories", "Writes categories in JSON.");
     LoginInfo.AddXmlRpcLogin(this);
     this.SkipsCommandSummaryBeforeRunning();
 }