{fix] Add stuff
This commit is contained in:
10
config/fish/functions/cclose.fish
Normal file
10
config/fish/functions/cclose.fish
Normal file
@@ -0,0 +1,10 @@
|
||||
function cclose --argument-names issue target --description "Comment and close github issue"
|
||||
if test -z "$issue"
|
||||
echo "Usage: cclose {issue num}"
|
||||
return 1
|
||||
end
|
||||
gh issue comment "$issue"
|
||||
gh issue close "$issue"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user