give

command module
v0.0.0-...-9b9c3d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2019 License: MIT Imports: 1 Imported by: 0

README

give

Command line GitHub tools

Usage

For example, if you see issues on GitHub

$ give issue
#1   bug this is bug.
#2   enhancement this enhancement idea is ...
#3   bug bug report 2
.   .   ...
.   .   ...
.   .   ...

options

issue

If you get information about GitHub issue.

  • num The num option is restricted number of output
$ give issue --list 3
#1   bug this is bug
#2   enhancement this enhancement idea is ...
#3   bug bug report 2
  • show The show option displays the details of the specified number issue.
$ give issue --show 2
#2  Updated: 2019/05/09/    issue title
Labels:
Issue URL: https://github.com/homedm/give/issues/2
this issue is ...
  • add The add option add issue to repository. Use this option, open the git editor and input issue body. open the text editor which you use at git commit, typed issue body.
$ give issue --add "issue title"
  • close The close option close issue.
$ give issue --list
#1   bug this is bug
#2   enhancement this enhancement idea is ...
#3   bug bug report 2

$ give issue --close 3

$ give issue --list
#1   bug this is bug
#2   enhancement this enhancement idea is ...

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL