radicle-heartwood-lfs/crates
Fintan Halpenny 2a47bc0c7d term: provide default HELP message
Provide a default message that informs the user of the `(e)`, `(enter)`, and
`(esc)` functionality.

Unfortunately, it is not possible to provide any message that is better
customised to each case, due to `inquire` requiring a `'a` lifetime on all its
inputs – this rules out providing any kind of `String` input.

The first paramter of `Editor::new` can already be used to provide more
contextual information. The second parameter is left configurable, but for now
`Editor::HELP` is used everywhere.
2025-07-23 10:31:15 +02:00
..
radicle radicle/profile: Enable home detection on Windows 2025-07-23 10:31:15 +02:00
radicle-cli term: provide default HELP message 2025-07-23 10:31:15 +02:00
radicle-cli-test repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-cob radicle: remove unnecessary constraints 2025-07-08 11:36:42 +02:00
radicle-crypto ssh: Use winpipe for SSH agent on Windows 2025-07-23 10:31:15 +02:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch chore: prepare crates release 2025-07-14 15:38:09 +01:00
radicle-node protocol: Reimplement encoding on top of `bytes` 2025-07-16 21:15:55 +02:00
radicle-protocol cli: Improve formatting of Node IDs and addresses 2025-07-18 21:44:06 +01:00
radicle-remote-helper term: Remove dependency on libc 2025-07-23 10:30:33 +02:00
radicle-schemars repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-signals repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-ssh ssh: provide path on connect error 2025-07-23 10:31:15 +02:00
radicle-systemd repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-term term: provide default HELP message 2025-07-23 10:31:15 +02:00