Ed Page
61f5ee514f
chore: Release
2024-10-08 08:56:17 -05:00
Ed Page
81b9db2da0
chore: Release
2024-10-02 12:03:17 -05:00
Ed Page
361114ef0f
chore: Release
2024-10-02 12:01:34 -05:00
Ed Page
f40b37f1d8
chore: Release
2024-10-02 09:34:07 -05:00
Ed Page
61ebe72203
chore: Release
2024-10-01 13:01:58 -05:00
Ed Page
13dad4c275
Merge pull request #5759 from clap-rs/renovate/unicode-width-0.x
...
chore(deps): Update Rust crate unicode-width to 0.2.0
2024-10-01 14:00:54 -04:00
Ed Page
3ca44c7fdb
Merge pull request #5758 from clap-rs/renovate/terminal_size-0.x
...
chore(deps): Update Rust crate terminal_size to 0.4.0
2024-10-01 14:00:41 -04:00
renovate[bot]
fce38c1769
chore(deps): Update Rust crate unicode-width to 0.2.0
2024-10-01 04:15:19 +00:00
renovate[bot]
f6519218e4
chore(deps): Update compatible (dev) ( #5757 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-01 00:45:46 +00:00
renovate[bot]
a618230f88
chore(deps): Update Rust crate terminal_size to 0.4.0
2024-10-01 00:37:02 +00:00
Ed Page
1f74b0178d
chore: Release
2024-09-20 15:05:01 -05:00
Ed Page
0d142f6c04
chore: Release
2024-09-20 15:01:33 -05:00
Ed Page
257d7812b9
chore: Release
2024-09-17 16:12:36 -05:00
Ed Page
21c9892efe
chore: Release
2024-09-17 15:34:35 -05:00
Ed Page
df1efca035
chore: Release
2024-09-05 09:18:05 -05:00
Ed Page
64e3790461
chore: Release
2024-09-04 14:36:46 -05:00
Ed Page
19460ee00d
chore: Release
2024-09-04 14:16:31 -05:00
Ed Page
0933080294
chore(complete): Update completest
2024-09-04 11:21:43 -05:00
Ed Page
68f924818d
chore: Update completest
2024-09-04 10:49:27 -05:00
Ed Page
72dda07a42
fix(complete)!: Remove CompleteCommand
...
This just has too many caveats to be worth maintaining
2024-08-28 21:29:12 -05:00
Ed Page
8d64c4c624
chore: Release
2024-08-27 08:43:32 -05:00
Ed Page
7916028a90
chore: Release
2024-08-22 12:56:47 -05:00
Ed Page
0e28259e55
chore: Release
2024-08-21 15:28:25 -05:00
Ed Page
03d722625a
chore: Release
2024-08-21 14:37:02 -05:00
Ed Page
78157e6ce6
fix(complete): Preserve absolute paths
2024-08-21 11:58:11 -05:00
Ed Page
5034cabe54
chore: Release
2024-08-20 08:59:56 -05:00
Ed Page
108907385c
chore: Release
2024-08-19 10:47:04 -05:00
Ed Page
d81158599f
chore: Release
2024-08-16 16:16:50 -05:00
Ed Page
6013ad4f67
chore: Release
2024-08-16 11:01:46 -05:00
Ed Page
97deaf4194
chore: Release
2024-08-15 16:42:20 -05:00
Ed Page
cedb1f01d1
chore: Release
2024-08-12 13:09:45 -05:00
Ed Page
050b6c5ca5
chore: Release
2024-08-12 12:02:15 -05:00
Ed Page
e3188215ca
chore: Release
2024-08-09 19:30:46 -05:00
Ed Page
4094435c88
chore: Release
2024-08-09 19:24:38 -05:00
Ed Page
d222ae4cb6
chore: Release
2024-08-08 11:09:07 -05:00
Ed Page
fc6aaca52b
Merge pull request #5638 from epage/cargo
...
docs(cookbook): Style cargo plugin
2024-08-08 10:41:19 -05:00
Ed Page
631e54bc71
docs(cookbook): Style cargo plugin
...
Inspired by part of the conversation at #3234
2024-08-08 10:31:27 -05:00
Gibson Fahnestock
6f215eee98
refactor(styles): make styles example use a const
...
This makes it easier to copy this example for use in the derive API,
like so:
```rust
const STYLES: Styles = Styles::styled()
.header(AnsiColor::Green.on_default().bold())
.usage(AnsiColor::Green.on_default().bold())
.literal(AnsiColor::Blue.on_default().bold())
.placeholder(AnsiColor::Cyan.on_default());
#[derive(Parser)]
#[clap(styles = STYLES)]
struct Cmd {
...
}
```
If you use the `|` method then it's not a constant function.
2024-08-08 15:04:32 +01:00
renovate[bot]
f3c4216336
chore(deps): Update compatible (dev) ( #5616 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-01 00:16:23 +00:00
Ed Page
66b5a122ec
chore: Release
2024-07-31 16:26:41 -05:00
Ed Page
1490e2434a
chore: Update snapbox
2024-07-31 15:38:49 -05:00
Ed Page
d18615dfc0
chore: Release
2024-07-31 12:20:00 -05:00
Ed Page
349ed304cf
chore: Release
2024-07-25 13:08:28 -05:00
Ed Page
4a00677024
chore: Release
2024-07-25 08:39:13 -05:00
Ed Page
5efa52ad45
chore: Release
2024-07-23 10:36:14 -05:00
Ed Page
8697a6134b
chore: Release
2024-07-23 10:32:00 -05:00
Ed Page
44189f3388
chore: Release
2024-07-10 20:34:37 -05:00
Ed Page
f5965e5862
chore: Update dependencies
2024-07-10 10:59:22 -05:00
Ed Page
afd7270a06
chore: Update dev-dependencies
2024-07-10 10:57:41 -05:00
Ed Page
43e7368283
chore: Release
2024-07-08 21:07:21 -05:00