Skip to content
This repository was archived by the owner on Mar 3, 2022. It is now read-only.

Commit 73e252d

Browse files
LFDMshubhamshuklaer
authored andcommitted
Add support for pull requests
1 parent 5abbfb5 commit 73e252d

18 files changed

+2390
-148
lines changed

Rakefile

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ task :build do
1111
lib/ghi/web.rb
1212
lib/ghi/commands.rb
1313
lib/ghi/commands/command.rb
14+
lib/ghi/commands/aliases.rb
1415
lib/ghi/commands/assign.rb
1516
lib/ghi/commands/close.rb
1617
lib/ghi/commands/comment.rb
@@ -25,6 +26,14 @@ task :build do
2526
lib/ghi/commands/open.rb
2627
lib/ghi/commands/show.rb
2728
lib/ghi/commands/status.rb
29+
lib/ghi/commands/pull.rb
30+
lib/ghi/commands/pull/close.rb
31+
lib/ghi/commands/pull/create.rb
32+
lib/ghi/commands/pull/edit.rb
33+
lib/ghi/commands/pull/fetch.rb
34+
lib/ghi/commands/pull/merge.rb
35+
lib/ghi/commands/pull/show.rb
36+
lib/ghi/commands/pull/diff.rb
2837
bin/ghi
2938
)
3039
files = FileList[*manifest]

0 commit comments

Comments
 (0)