clap-port-flag icon indicating copy to clipboard operation
clap-port-flag copied to clipboard

Easily add address & port flags to CLIs using Clap

Results 7 clap-port-flag issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [hyper](https://github.com/hyperium/hyper) to permit the latest version. Release notes Sourced from hyper's releases. v1.1.0 Features client: add http1::Connection without_shutdown() method (#3430) (210bfaa7) http1: Add support for sending...

dependencies
rust

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. Release notes Sourced from actions/setup-python's releases. v5.0.0 What's Changed In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772)....

dependencies
github_actions

I realise I'm going against a lot of prior server CLI design, but I much prefer a more descriptive command line argument than the normal `--port` argument. A design that...

`bind_or` can be used, but the default won't show up in the help message. I don't think there's anything that can be done to make it visible, but it's worth...

https://github.com/mitsuhiko/rust-listenfd Apparently some bookkeeping is required to correctly use the Systemd `LISTEN_FD` sockets. It might be useful for our `.bind()` and `.bind_or()` methods to make use of this.

bug
enhancement

With [QUIC](https://en.wikipedia.org/wiki/QUIC) becoming a thing, it's reasonable that soon services that traditionally operated over TCP will start operating over UDP. Think `HTTP/3` and `gRPC`. I'm thinking it might be useful...

enhancement