]> git.proxmox.com Git - pve-xtermjs.git/commit
termproxy: fix parsing free-form listen-port argument
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Jul 2024 15:17:35 +0000 (17:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 25 Jul 2024 15:17:37 +0000 (17:17 +0200)
commit4b8568cb4ff20a87bf2859bb0eb63c5afd3831d7
tree08708fdacd15b6caf90fb9c61306fbb2d0413b1f
parent69400e983e949a4f1a307a755b02af5fcd3efe65
termproxy: fix parsing free-form listen-port argument

While commit d8e9c1a ("termproxy: fix the command line help text")
corrected the usage text to match the behavior and was a good stop-gap
it simply is to easy to make this work as most CLI tools do and most
user expect.

Switch to parsing all options first and only then get the free-form
listen-port(-or-fd) argument.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
termproxy/src/cli.rs