Skip to content

Open Close Command

Malcolm J edited this page Aug 8, 2016 · 1 revision

Open/Close Command

Opening and Closing issues is easy. To open an issue use the open command. To close an issue use the close. For both commands you have to give the issue number to open close. You will have to confirm the action of opening or closing an issue. You use the -y or --yes flag to confirm as well.

Open Command

Basic Usage of open command:

$> giss DeveloperMal/gissues open 2
Are you sure you want to OPEN this issue (Y/N): y
*** Reopening issue number [#2]...
*** Issue [#2] is now OPEN

Close Command

$> giss DeveloperMal/gissues close 3
Are you sure you want to CLOSE this issue (Y/N): y
*** Closing issue number [#3]...
*** Issue [#3] is now CLOSED

Gissues

Home


User Manual

Quick Start

List Command

Show Command

Make Command

Edit Command

Comment Command

Open/Close Command


Developer Manual

Getting Started

Clone this wiki locally