Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
http: Add version and help flag
Open did:key:z6MkkfM3...sVz5 opened 1 year ago

This patch adds a --version and a --help flag

--version
radicle-httpd pre-release (b68ea537)
--help
Usage

   radicle-httpd [<option>...]

Options

    --listen       <address>         Address to listen on (default: 0.0.0.0:8080)
    --alias, -a    <alias> <rid>     Provide alias and RID pairs to shorten git clone commands for repositories,
                                     e.g. heartwood and rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5 to produce https://seed.radicle.xyz/heartwood.git
    --cache        <number>          Max amount of items in cache for /tree endpoints (default: 100)
    --version, -v                    Print program version
    --help, -h                       Print help
did:key:z6MkkfM3...sVz5 opened with revision 3919edd5 on base b68ea537 +30 -1 1 year ago

This patch adds a --version and a --help flag

--version
radicle-httpd pre-release (b68ea537)
--help
Usage

   radicle-httpd [<option>...]

Options

    --listen       <address>         Address to listen on (default: 0.0.0.0:8080)
    --alias, -a    <alias> <rid>     Provide alias and RID pairs to shorten git clone commands for repositories,
                                     e.g. heartwood and rad:z3gqcJUoA1n9HaHKufZs5FCSGazv5 to produce https://seed.radicle.xyz/heartwood.git
    --cache        <number>          Max amount of items in cache for /tree endpoints (default: 100)
    --version, -v                    Print program version
    --help, -h                       Print help
did:key:z6MkkfM3...sVz5 pushed revision 2 5fe15398 on base b68ea537 +30 -1 1 year ago

Reword help message a bit

did:key:z6MkkfM3...sVz5 pushed revision 3 c45d8131 on base b68ea537 +30 -1 1 year ago

Some more rewording of help msg

did:key:z6MkkfM3...sVz5 pushed revision 4 236ee89b on base b68ea537 +32 -2 1 year ago

Add some more output on start.

Also make it more like the other radicle rust crates

did:key:z6MkkfM3...sVz5 pushed revision 5 1636555f on base b68ea537 +32 -2 1 year ago

Add short flags to help msg

did:key:z6MkkfM3...sVz5 pushed revision 6 cbdcbcb9 on base b68ea537 +32 -2 1 year ago

Add defaults to help msg

did:key:z6MkkfM3...sVz5 pushed revision 7 4fca3f65 on base b68ea537 +33 -2 1 year ago

Improve verbosity

rudolfs accepted 1 year ago