loganintech / gitpub

A small program to create remote repos from the command line. https://crates.io/crates/gitpub
GNU General Public License v3.0
20 stars 4 forks source link

Rethink CLI short aliases #2

Closed loganintech closed 5 years ago

loganintech commented 5 years ago

Don't want p to be private and path for different subcommands

loganintech commented 5 years ago

The short commands have been normalized to the following

-r    Initialize repo with a README
-t    Pass the auth token via the command line
-n    The (required) repo name
-p    Privacy level. Use [public, private, internal] for gitlab, [true, false] for github
-i    Enables issues for the repo
-d    Short description of the repo
-w    Enables wikis for the repo