Command line¶
Note
The documentation in this section is aimed at people wishing to contribute to
hubugs, and can be skipped if you are simply using the tool from the
command line.
-
hubugs.setup(globs, local)¶ Setup GitHub access token.
-
hubugs.list_bugs(globs, label, page, pull_requests, order, state)¶ Listing bugs.
-
hubugs.search(globs, order, state, term)¶ Searching bugs.
-
hubugs.show(globs, full, patch, patch_only, browse, bugs)¶ Displaying bugs.
-
hubugs.open_bug(globs, add, create, stdin, title, body)¶ Opening new bugs.
-
hubugs.comment(globs, message, stdin, bugs)¶ Commenting on bugs.
-
hubugs.edit(globs, stdin, title, body, bugs)¶ Editing bugs.
-
hubugs.close(globs, stdin, message, bugs)¶ Closing bugs.
-
hubugs.reopen(globs, stdin, message, bugs)¶ Reopening closed bugs.
-
hubugs.label(globs, add, create, remove, list, bugs)¶ Labelling bugs.
-
hubugs.milestone(globs, milestone, bugs)¶ Issue milestones.
-
hubugs.milestones(globs, order, state, create, list)¶ Repository milestones.
-
hubugs.report_bug(globs)¶ Report a new bug against hubugs.