~ossug-hychen/lp-cli/trunk

« back to all changes in this revision

Viewing changes to READEME.dox

  • Committer: Hsin-Yi Chen (hychen)
  • Date: 2012-07-16 06:00:52 UTC
  • mfrom: (76.1.16 develop)
  • Revision ID: hychen@canonical.com-20120716060052-zjy8tix737i6civo
[Feature] add 2 new commands

- lp-grabbugattachments : downalod bug attachments
- lp-dupbugtasks        : duplicate bug tasks

[Fix]

- exit if collected data is empty
- syntax error raised when a bug does not have any attachement or Launchpad response

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
*
37
37
* Create Query
38
38
*
39
 
* - lp-get             : get entry from Launchpad
40
 
* - lp-mybugtasks          : Shortcut of `lp-searchbugtasks people $your-lp-login-id`
41
 
* - lp-searchbugtasks  : Create a mission message records a task for searching bugs in Launchpad
42
 
* - lp-applyconds      : Add or overwrite conditions of a received mission message
 
39
* - lp-get                : get entry from Launchpad
 
40
* - lp-mybugtasks         : Shortcut of `lp-searchbugtasks people $your-lp-login-id`
 
41
* - lp-searchbugtasks     : Create a mission message records a task for searching bugs in Launchpad
 
42
* - lp-applyconds         : Add or overwrite conditions of a received mission message
43
43
*
44
44
* Print Collected Entry in Launchpad
45
45
*
46
 
* - lp-printbugtasks   : print bugtask information (avaliable targets: list)
47
 
* - lp-printbugs       : print bug information (avaliable targets: list)
 
46
* - lp-printbugtasks      : print bugtask information (avaliable targets: list)
 
47
* - lp-printbugs          : print bug information (avaliable targets: list)
48
48
*
49
49
* Edit Collected Entry in Launchpad
50
50
*
51
 
* - lp-editbugtasks    : modify a/all attribute of bugtask entries
 
51
* - lp-editbugtasks       : modify a/all attribute of bugtask entries
 
52
*
 
53
* Create New Collected Entry in Launchpad
 
54
*
 
55
* - lp-dupbugtasks        : duplicate bugtasks into target
 
56
*
 
57
* Grab Something from Collected Entry in Launchpad
 
58
*
 
59
* - lp-grabbugattachments : download attachments of bugs or bugtasks
52
60
*
53
61
* @section topics Topics
54
62
*
60
68
*
61
69
* - Project Website: http://launchpad.net/lp-cli
62
70
* - Source Code Bzr-Branch: lp:lp-cli
 
71
 
 
72
* @section mazo What is MaZo
 
73
*
 
74
* lp-cli is based on MaZo.
 
75
* MaZo is a framwork that I design for modifying/collecting data from remote server
63
76
*
64
77
* @author Hsin-Yi Chen (hychen) <ossug.hychen@gmail.com>
65
78
*/