コード例 #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
ファイル: TestAllCommand.cs プロジェクト: zidad/JoeBlogs
 public TestAllCommand()
 {
     this.IsCommand("test-all", "Tests all the things.");
     LoginInfo.AddXmlRpcLogin(this);
 }
コード例 #3
0
ファイル: DumpCategories.cs プロジェクト: zidad/JoeBlogs
 public DumpCategories()
 {
     this.IsCommand("dump-categories", "Writes categories in JSON.");
     LoginInfo.AddXmlRpcLogin(this);
     this.SkipsCommandSummaryBeforeRunning();
 }