Commit graph

309 commits

Author SHA1 Message Date
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
renovate[bot]
866d7d14d3
chore(deps): Update compatible (dev) (#5560)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-05 21:03:02 +00:00
Lzu Tao
2d2d1f4987 chore: Bump completest 2024-07-05 15:35:01 -05:00
Ed Page
469d847d35 chore: Release 2024-06-28 12:44:19 -04:00
Ed Page
80242546e2 chore: Update deps to fix nightly 2024-06-26 09:02:40 -04:00
Ed Page
9c1153d6b4 chore: Release 2024-06-19 16:03:52 -05:00
Ed Page
6c6839a454 chore: Release 2024-06-10 09:30:20 -05:00
Ed Page
2f645d3e81 chore: Release 2024-06-07 16:13:55 -05:00
Ed Page
ff3713d770 chore: Release 2024-06-06 16:41:05 -05:00
Ed Page
bca9fa7a9a chore: Update registry clap 2024-06-06 16:40:43 -05:00
Ed Page
122a2b3b8a chore: Release 2024-06-06 16:36:35 -05:00
Ed Page
f087c39884 chore: Release 2024-06-06 15:14:24 -05:00
renovate[bot]
2d83106dbf
chore(deps): Update compatible (dev) (#5514)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-01 01:34:23 +00:00