⮇🢧△🡗🢨🢧🢫◢ (@Karlbaey)我真的好喜欢命令行啊 中发帖

最近打算做一个项目,然后突发奇想用起了很少用的 GitHub CLI。 


然后就看文档,首先就是 gh repo create --help。
蹦出来这么一大堆,看得我好开心啊。
Create a new GitHub repository.

To create a repository interactively, use `gh repo create` with no arguments.

To create a remote repository non-interactively, supply the repository name and one of `--public`, `--private`, or `--internal`.
Pass `--clone` to clone the new repository locally.

If the `OWNE...