예제 #1
0
파일: DumpTags.cs 프로젝트: zidad/JoeBlogs
 public DumpTags()
 {
     this.IsCommand("dump-tags", "Writes tags for a blog in json.");
     LoginInfo.AddXmlRpcLogin(this);
     this.SkipsCommandSummaryBeforeRunning();
 }
예제 #2
0
 public TestAllCommand()
 {
     this.IsCommand("test-all", "Tests all the things.");
     LoginInfo.AddXmlRpcLogin(this);
 }
예제 #3
0
 public DumpCategories()
 {
     this.IsCommand("dump-categories", "Writes categories in JSON.");
     LoginInfo.AddXmlRpcLogin(this);
     this.SkipsCommandSummaryBeforeRunning();
 }