AutoYADM commit: 2025-04-09 18:45:05
This commit is contained in:
parent
d90b4a0acc
commit
a3cd04628e
1 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
function gh --description "Create a new "
|
function gh --description "Create a new clean repo if arg is public or private" --wraps gh
|
||||||
|
if test $argv[1] = public; or test $argv[1] = private
|
||||||
|
# echo Creating new $argv[1] repo $argv[2]
|
||||||
|
gh repo create $argv[2] --disable-issues --disable-wiki --$argv[1]
|
||||||
|
else
|
||||||
|
command gh $argv
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue