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