Ed Page
d284d1e5a5
chore(ci): Experiment with dropping MSRV patch
2023-09-20 08:56:04 -05:00
Ed Page
fabe1f28ad
chore(ci): Experiment with dropping MSRV patch
2023-09-20 08:37:01 -05:00
Ed Page
11c2f86c93
chore(ci): Experiment with dropping MSRV patch
2023-09-20 08:30:56 -05:00
Ed Page
70ac5e2274
chore(ci): Test MSRV update
2023-09-20 08:27:52 -05:00
Ed Page
8f4c2bfc38
chore(ci): Don't set patch field
2023-09-20 08:23:40 -05:00
Ed Page
c344edf8b9
docs: Clarify most asserts are for debug builds
2023-09-19 12:38:21 -05:00
Ed Page
e6e539660f
chore: Release
2023-09-18 09:28:47 -06:00
Ed Page
acbb60c113
docs: Update changelog
2023-09-18 09:28:32 -06:00
Ed Page
f09d521450
Merge pull request #5129 from cgwalters/widen-terminal-size
...
chore: Update terminal_size to 0.3.0
2023-09-18 10:27:23 -05:00
Colin Walters
84f99ff979
chore(builder): Bump terminal_size to 0.3
...
For some reason, terminal_size bumped semver recently; they
also bumped the rustix version to 0.38.
I'd like to reduce the number of copies of OS integration
crates (rustix and nix) in my dependency chain. Let's bump
to the new version so I can aim to drop rustix 0.37.
2023-09-18 10:31:19 -04:00
Ed Page
7f8df272d9
Merge pull request #5124 from devinherron/master
...
fix(doc): Fix typo in 03_04_subcommands.md
2023-09-13 22:08:55 -06:00
devinherron
4dff87386a
fix(doc): Fix typo in 03_04_subcommands.md
2023-09-13 20:56:05 -07:00
Ed Page
e9668b364c
chore: Release
2023-09-12 13:14:37 -05:00
Ed Page
bc4986e01e
docs: Update changelog
2023-09-12 13:14:29 -05:00
Ed Page
3d53641ca1
Merge pull request #5122 from epage/docs
...
docs(tutorial): Split into separate modules per section
2023-09-12 12:48:58 -05:00
Ed Page
32586c7b63
docs(tutorial): Split into separate modules per section
...
Unsure how much to read into this but some refer to the tutorial a a big
wall of ... and maybe breaking it down will help?
2023-09-12 09:24:27 -05:00
Ed Page
5f6d4a3dad
docs(tutorial): Split out into a module
2023-09-11 21:02:11 -05:00
Ed Page
20987de0bd
Merge pull request #5121 from epage/docs
...
docs(tutorial): Try to clean up the text
2023-09-11 21:00:48 -05:00
Ed Page
9e7404b599
docs(tutorial): Attempt to clarify attributes
2023-09-11 20:50:12 -05:00
Ed Page
db97a2c5be
docs(derive): Clarify value attributes are for PossibleValue
2023-09-11 20:10:46 -05:00
Ed Page
37ba6075a9
chore: Release
2023-09-11 09:28:48 -05:00
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