Ed Page
43efde98ec
Merge pull request #5474 from Will-Low/Docstring
...
Update doctring for BoolishValueParser::new
2024-04-23 14:26:42 -05:00
Will-Low
41c0d514bc
Update doctring for BoolishValueParser::new
2024-04-23 12:14:42 -07:00
Ed Page
2671fc1a2c
Merge pull request #5470 from joe-saronic/patch-1
...
Pretty sure that apostrophe does not belong
2024-04-22 12:28:20 -05:00
Joe
2fae8fe4c9
Pretty sure that apostrophe does not belong
2024-04-22 12:20:23 -05:00
Ed Page
5ba67148de
Merge pull request #5468 from klensy/clone-me
...
chore(derive): remove useless clones
2024-04-22 11:40:36 -05:00
klensy
1a358881da
chore(derive): Remove useless clones
2024-04-22 19:02:59 +03:00
Ed Page
14225df351
chore(ci): Auto-merge linter version updates
2024-04-16 21:46:56 -05:00
Ed Page
0cd10d19f0
Merge pull request #5456 from zippy-dice/fix-doc
...
docs(examples): Add examples of same names multiple options.
2024-04-15 12:52:16 -05:00
zippy-dice
62a5af66eb
docs(example): Update builder examples to keep in sync with derive examples
2024-04-16 02:20:41 +09:00
zippy-dice
d9081f3dce
docs(exmaples): Fix example to better align with intended use case
2024-04-16 02:11:09 +09:00
zippy-dice
a9ccb3edb5
docs(exmaples): Drop syntax variants.
2024-04-16 00:49:59 +09:00
zippy-dice
f3de5079d6
docs(examples): Add examples of same names multiple options.
2024-04-15 23:04:52 +09:00
Ed Page
7cbdb0755e
Merge pull request #5451 from clap-rs/gh-sponsor
...
Add Github Sponsors on this repo
2024-04-11 18:41:44 -05:00
Kevin K
65b915de75
chore: Add Github Sponsors on this repo
2024-04-11 19:34:51 -04:00
Ed Page
3092aa4a0d
chore: Release
2024-04-09 12:08:43 -05:00
Ed Page
dc333288ec
docs: Update changelog
2024-04-09 12:08:33 -05:00
Ed Page
a78b9533a7
Merge pull request #5444 from sudotac/fix-broken-completion-on-bash-4.0
...
fix(complete): Avoid use of -v in bash completion
2024-04-09 12:06:33 -05:00
Ed Page
93d40450f7
docs: Fix typo
2024-04-09 12:05:12 -05:00
sudotac
cd82f8cc8e
fix(complete): Avoid use of -v in bash completion
...
Because -v is not supported below bash 5.0.
2024-04-07 23:19:50 +09:00
Ed Page
afd275590c
chore(ci): Don't block on Lint Commits
2024-04-01 12:36:16 -05:00
Ed Page
2570b58a0f
chore(ci): Skip branch protections
2024-04-01 12:31:49 -05:00
Ed Page
dc3e937fc6
Merge pull request #19 from epage/t
...
chore(ci): Ensure CI job always runs
2024-04-01 11:59:08 -05:00
Ed Page
d634de649f
chore(ci): Ensure CI job always runs
2024-04-01 11:36:58 -05:00
Ed Page
3278d49444
chore: Allow print in tests
2024-04-01 10:35:16 -05:00
Ed Page
ebc70d00f9
chore: Only check missing_docs in lib
...
This also fires in examples and other places.
While docs in examples would be nice,
it isn't universally applicable and `allow`s would undermine the
examples.
2024-04-01 09:11:24 -05:00
Ed Page
a516bda4ad
chore: Drop workspace.dependencies
...
Without automated checks, this will make it harder to track breaking
changes.
2024-04-01 08:58:36 -05:00
renovate[bot]
9d14f394ba
chore(deps): update compatible (dev) ( #5438 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-04-01 00:30:25 +00:00
Ed Page
99e034bbbb
chore: Move print lints to lib.rs
...
While there is a config for ignoring these in tests, it doesn't help
with examples.
2024-03-28 15:10:58 -05:00
Ed Page
8d4b1b6c8d
chore: Remove clippy::tests_outside_test_module
...
See https://github.com/rust-lang/rust-clippy/issues/11024
2024-03-28 13:24:28 -05:00
Ed Page
6a9d2bf50f
chore: Don't warn on unsafe
...
This works well when a package is a safe abstraction but to universally
apply in a template to all members of a workspace doesn't make sense.
2024-03-28 12:45:57 -05:00
Ed Page
314eef7f5f
chore: Dont check must_use
...
See https://github.com/rust-lang/rust-clippy/issues/8339
2024-03-28 10:38:57 -05:00
Ed Page
2714cca7c3
chore(ci): Don't check for unused crates
2024-03-28 09:58:31 -05:00
Ed Page
9258d9af7b
chore(ci): More exhaustively check features
2024-03-28 09:57:23 -05:00
Ed Page
92d486c4b0
chore(ci): Speed up lockfile check
2024-03-28 09:53:02 -05:00
Ed Page
9b1b566201
chore(ci): Fix all rust-version-specific checks to stable
2024-03-28 09:51:51 -05:00
Ed Page
c8b190be3a
chore(ci): Use latest SARIF
...
Now that we run clippy on stable, we can do this
2024-03-28 09:50:22 -05:00
Ed Page
126eb3d4dc
chore: Encourage a single test binary
2024-03-28 09:48:35 -05:00
Ed Page
8e647d9cd4
chore: Encourage use of workspace.dependencies
2024-03-28 09:35:59 -05:00
Ed Page
5e4facf76f
chore: Release
2024-03-25 16:08:19 -05:00
Ed Page
8880b0a5da
docs: Update changelog
2024-03-25 16:08:01 -05:00
Ed Page
132b5dded5
Merge pull request #5425 from epage/lit
...
fix(derive): Re-allow expressions for id's
2024-03-25 16:07:15 -05:00
Ed Page
df915fefef
fix(derive): Re-allow expressions for id's
...
Fixes #5407
2024-03-25 14:42:22 -05:00
Ed Page
8eab48fa3c
refactor(derive): Make it easier to work with 'Name'
2024-03-25 14:35:50 -05:00
Ed Page
be73195ecf
refactor(derive): Clarify tests
2024-03-25 14:08:51 -05:00
Ed Page
8ec86ab9a2
chore: Normalize clippy lint names
2024-03-25 12:33:58 -05:00
Ed Page
024089bb60
Merge pull request #5415 from Pi-Cla/patch-1
...
Add mention of nushell to clap_complete README
2024-03-22 13:01:38 -05:00
Pi-Cla
3b35dba160
docs: Add mention of nushell to clap_complete README
2024-03-22 11:43:50 -06:00
Ed Page
ace6e07683
chore(ci): Don't update stable and MSRV together
...
We might want to hold one or the other back
2024-03-21 12:20:47 -05:00
Ed Page
3d5ead81cf
chore(ci): Configure standard lints
2024-03-21 10:51:32 -05:00
Ed Page
58469d1669
Merge pull request #5405 from epage/docs
...
docs(derive): Fix ToC links within tutorial chapters
2024-03-20 16:15:31 -05:00