Commit graph

7446 commits

Author SHA1 Message Date
Ed Page
3234c74a88 docs: Update changelog 2023-09-11 09:28:17 -05:00
Ed Page
0792aae9f6
Merge pull request #5118 from nibon7/nu
feat(nu): Make the completion scripts more general
2023-09-11 09:26:58 -05:00
nibon7
45a7c2e37e
feat(nu): Make the completion scripts more general
The generated scripts can be used as script, module and overlay.

* script
  `source completion_script.nu`

* module
  `use completion_script.nu *`

* overlay
  `overlay use completion_script.nu`
2023-09-11 19:59:35 +08:00
Ed Page
6eac61154b chore: Release 2023-09-07 08:58:13 -05:00
Ed Page
a2f8b1a0a8 docs: Update changelog 2023-09-07 08:58:02 -05:00
Ed Page
1509828308
Merge pull request #5114 from jporwal05/master
fix: (fish-completion) Help for value enum
2023-09-07 08:52:06 -05:00
jporwal05
34291a2b46 fix: (fish-completion) Help for value enum
Resolves #5101

- The completion of value enums now displays accurate help text
- This fix encloses help text in single quotes
- Any text after tab is taken as help text
- Comma in help text is not escaped
- This is because the the help text is now treated as literal
- No variable expansion or command substitution in help text
2023-09-07 17:54:28 +05:30
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
Ed Page
7f5eac7bb6 chore(gh): Ensure we can test latest deps 2023-09-05 09:55:21 -05:00
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