edit-text icon indicating copy to clipboard operation
edit-text copied to clipboard

Support an -r shortcut for --release in ./x.rs

Open tcr opened this issue 7 years ago • 2 comments

It's a lot of work to type ./x.rs server --client-proxy --release in one window and ./x.rs client-proxy --release in another!

-r would allow this to shorten to ./x.rs server -cr and ./x.rs client-proxy -r.

Because this has to be handled at the x.rs (not the shelled out binary) level, this needs special logic to detect the short argument.

tcr avatar Mar 14 '18 03:03 tcr

./x.rs needs to stop passing arguments to subcommands and instead have knowledge of all of them itself. It's a script runner, not a glorified way to invoke binaries.

tcr avatar Apr 12 '18 04:04 tcr

Depends on #60.

tcr avatar May 17 '18 04:05 tcr