Commit graph

7430 commits

Author SHA1 Message Date
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
Ed Page
fe04b3cc4e
Merge pull request #5056 from ModProg/dynamic-completions-help
Show arg/command descriptions in dynamic completions
2023-08-07 15:23:14 -05:00
Roland Fredenhagen
aa3f47c239
test(complete): Help for possible value 2023-08-07 14:02:57 +07:00
Roland Fredenhagen
65b9c2b37d
test(complete): Helper for asserting dynamic completions 2023-08-07 13:46:27 +07:00
Rebecca Turner
c86172e891
feat: Export builder::TryMapValueParser
Partial fix for #5065, allows using TypedValueParser::try_map to
implement a ValueParserFactory.
2023-08-03 15:53:38 -07:00
Roland Fredenhagen
5b10a9d83c
test(complete): Test help escaping 2023-08-04 01:20:50 +07:00
Roland Fredenhagen
bdefebf663
feat(complete): Show help in dynamic completions 2023-08-04 01:20:47 +07:00
Roland Fredenhagen
b613548b03
refactor(complete): Stop using generate utils in dynamic 2023-08-03 16:51:01 +07:00
Ed Page
d6075a44bf chore: Expand update window so more likely to be hit 2023-08-02 11:11:52 -05:00