estk
estk
Closing for now since discussion has progressed.
I like that ergo much better than what I suggested. Regarding the following, it seems like a useful flag that the jj team may want to discuss within the context...
Ok, so I updated my PR. But it raises a question. # Current Use One Rev -> Many string branch names # Desired Use Many Revs -> Many branch names...
If there is concern about accidental templating, would jj describe -m t'..' work?
Could we use flag modifier options that precede the value arguments? ```sh jj branch -t '"r-" ++ change_id' jj describe -m 'move change_id field' jj describe --template --message '"fix bug...
Ya I totally understand, I think the name is "position-sensitive flags". See: https://github.com/clap-rs/clap/pull/5290 https://github.com/clap-rs/clap/discussions/5287 https://docs.rs/clap/latest/clap/_derive/_cookbook/find/index.html Edit: Here's an example in diesel: https://github.com/diesel-rs/diesel/pull/3796 Looks like they use the clap cli builder.
@vania-pooh When running edge locally you cant have more than one instance running. See the sources below, the idea would be to limit edge instances to 1 while other instances...
@keithamus In the child_process manual it says: > Stream object - Share a readable or writable stream that refers to a tty, file, socket, or a pipe with the child...
Just opened https://github.com/keithamus/parallelshell/pull/35. This is working for me.
This is a real bummer +1 for a fix.