jporwal05
|
ca06c321c5
|
test: (completion) enum value help
- Breaking for fish shell
- Matching the bad output to make the test pass
|
2023-09-07 17:19:43 +05:30 |
|
renovate[bot]
|
dc63cba772
|
chore(deps): update compatible (dev) (#5108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2023-09-01 01:47:45 +00:00 |
|
Ed Page
|
3cd571e654
|
chore: Release
|
2023-08-31 13:19:11 -05:00 |
|
Ed Page
|
59f1d01e9a
|
docs: Update changelog
|
2023-08-31 13:18:47 -05:00 |
|
Ed Page
|
7a4f7d3f2c
|
Merge pull request #5106 from epage/once
perf: Drop a dep for faster builds
|
2023-08-31 13:18:15 -05:00 |
|
Ed Page
|
087224a486
|
perf: Drop a dep for faster builds
`OnceLock` became available as of 1.70 which is older than our new MSRV.
We can easily get away without `Lazy` variants.
|
2023-08-31 12:54:45 -05:00 |
|
Ed Page
|
98712dba51
|
Merge pull request #5105 from geometryolife/fix
fix(builder): Update documentation comments
|
2023-08-31 09:09:59 -05:00 |
|
Joe Chen
|
4012b195fd
|
fix(builder): Update documentation comments
|
2023-08-31 13:22:35 +08:00 |
|
Ed Page
|
7126f78421
|
chore: Release
|
2023-08-28 11:45:19 -05:00 |
|
Ed Page
|
f31e6affdf
|
docs: Update changelog
|
2023-08-28 11:45:03 -05:00 |
|
Ed Page
|
0a4c8e26f2
|
Merge pull request #5096 from epage/nu
chore: Update dependencies
|
2023-08-28 11:43:51 -05:00 |
|
Ed Page
|
4647a8a860
|
chore: Update dependencies
|
2023-08-28 11:12:59 -05:00 |
|
Ed Page
|
f8e826d598
|
Merge pull request #5094 from epage/style
feat(help): Stabilize styling support
|
2023-08-28 10:10:26 -05:00 |
|
Ed Page
|
eb53db89f8
|
feat(help): Stabilize styling support
Fixes #3234
|
2023-08-28 09:49:48 -05:00 |
|
Ed Page
|
f66484153a
|
chore: Release
|
2023-08-24 11:10:33 -05:00 |
|
Ed Page
|
2e49645418
|
chore: Release
|
2023-08-24 11:08:02 -05:00 |
|
Ed Page
|
9c93ea717c
|
chore: Release
|
2023-08-24 11:07:01 -05:00 |
|
Ed Page
|
7224e5044e
|
docs: Update changelog
|
2023-08-24 11:06:00 -05:00 |
|
Ed Page
|
58ca302fc4
|
Merge pull request #5086 from epage/term
perf(builder): Speed up builds by dropping is-terminal
|
2023-08-24 11:04:48 -05:00 |
|
Ed Page
|
0b196a165c
|
perf(builder): Speed up builds by dropping is-terminal
|
2023-08-24 10:19:28 -05:00 |
|
Ed Page
|
d30d94f51c
|
chore: Update MSRV to 1.70
|
2023-08-24 10:14:23 -05:00 |
|
Ed Page
|
88cf306216
|
chore: Release
|
2023-08-23 09:21:22 -05:00 |
|
Ed Page
|
b08cd5cc6a
|
docs: Update changelog
|
2023-08-23 09:21:10 -05:00 |
|
Ed Page
|
42a11caa5e
|
Merge pull request #5084 from epage/newline
fix(help): Ensure padding isn't stripped
|
2023-08-23 09:20:12 -05:00 |
|
Ed Page
|
bf3f25ebb2
|
fix(help): Ensure padding isn't stripped
Fixes #5083
|
2023-08-22 16:02:33 -05:00 |
|
Ed Page
|
afefdc9414
|
test(help): Show padding bug
|
2023-08-22 16:00:10 -05:00 |
|
Ed Page
|
0a87008799
|
chore: Update from '_rust/main' template
|
2023-08-22 11:16:07 -05:00 |
|
Ed Page
|
a6ecf92327
|
chore(renovate): Update config
|
2023-08-22 11:07:34 -05:00 |
|
Ed Page
|
efe14d6089
|
chore(renovate): Make style consistent
|
2023-08-22 11:06:55 -05:00 |
|
Ed Page
|
b9df80c2ce
|
chore: Release
|
2023-08-18 16:07:31 -05:00 |
|
Ed Page
|
e46e12b7eb
|
docs: Update changelog
|
2023-08-18 16:07:13 -05:00 |
|
Ed Page
|
c9923119d4
|
Merge pull request #5080 from epage/unknown
fix(builder): UnknownValueParser shouldn't error on flag absense
|
2023-08-18 16:06:32 -05:00 |
|
Ed Page
|
56135f3ff3
|
fix(builder): UnknownValueParser shouldn't error on flag absense
Fixes #5079
|
2023-08-18 14:29:37 -05:00 |
|
Ed Page
|
6720240577
|
feat(parser): Report source to value parsers
|
2023-08-18 14:28:15 -05:00 |
|
Ed Page
|
b55ebc9f7f
|
test(parser): Show bad Unknown bug on flags
|
2023-08-18 14:19:54 -05:00 |
|
Ed Page
|
df337de701
|
chore: Release
|
2023-08-17 08:59:45 -05:00 |
|
Ed Page
|
fb8a12a739
|
docs: Update changelog
|
2023-08-17 08:59:33 -05:00 |
|
Ed Page
|
b87ca2ff2c
|
Merge pull request #5075 from epage/err
feat(builder): Allow injecting known unknowns
|
2023-08-17 08:58:12 -05:00 |
|
Ed Page
|
9f65eb0c9a
|
refactor(error): Give caller control over suggestion
|
2023-08-16 14:54:45 -05:00 |
|
Ed Page
|
8413c155d2
|
feat(builder): Allow injecting known unknowns
Fixes #4706
|
2023-08-16 14:50:08 -05:00 |
|
Ed Page
|
063b153628
|
chore: Update from '_rust/main' template
|
2023-08-11 16:14:18 -05:00 |
|
Ed Page
|
5286387294
|
chore: Update pre-commit hooks
|
2023-08-11 16:04:07 -05:00 |
|
Ed Page
|
ba76b8bd91
|
chore(ci): Ensure latest deps are good
|
2023-08-11 13:29:06 -05:00 |
|
Ed Page
|
ee1388c0a3
|
chore: Release
|
2023-08-07 20:36:44 -05:00 |
|
Ed Page
|
390436681a
|
docs: Update changelog
|
2023-08-07 20:36:27 -05:00 |
|
Ed Page
|
3156e1a35c
|
Merge pull request #5066 from 9999years/export-trymapvalueparser
feat: Allow referencing `TypedValueParser` in`ValueParserFactory` associated type
|
2023-08-07 20:35:49 -05:00 |
|
Ed Page
|
da19141560
|
chore: Release
|
2023-08-07 20:34:01 -05:00 |
|
Ed Page
|
b96cbafcbe
|
chore: Release
|
2023-08-07 20:33:13 -05:00 |
|
Ed Page
|
174f12c7f8
|
docs: Update changelog
|
2023-08-07 20:32:52 -05:00 |
|
Ed Page
|
67eb1d9e3d
|
chore(ci): Ensure lockfile isn't stale
|
2023-08-07 16:16:17 -05:00 |
|