Ed Page
8d73a0e80f
chore: Release
2021-12-31 12:23:47 -06:00
Ed Page
88a335ff97
fix(complete): Give crates more specific names
...
`clap_generate` originally intended to be "generate anything". With
`fig`, we already broke one part out. With #3174 's man support, we are
also looking at keeping it separate:
- More freedom to iterate on the API
- Uniqueness (and potential weight) of its dependencies
- man generation is normally more for distribution while completions are
a mix of being distributed with the app or the app generating the
completions (which will be exacerbated if we move most completion
parsing logic to be in Rust)
So `clap_generate` is having a lot more limited of a role than the
original name conveys. I worry the generic name will be a hindrance to
people discovering and using it (yes, documentation can help but there
are limits).
I hesitated because we are on the verge of releasing 3.0. However, doing
it even later will be even more disruptive because more people will be
using it (crates.io lists ~70 people using `clap_generate`).
To ease things, we are still releasing `clap_generate` as a wrapper
around `clap_complete`.
2021-12-31 12:03:29 -06:00
Ed Page
2d7dc1ff8f
chore: Release
2021-12-30 15:00:19 -06:00
Ed Page
ea02f6125d
chore: Release
2021-12-30 14:28:32 -06:00
Ed Page
ff713d5ae5
chore: Release
2021-12-27 15:57:27 -06:00
Ed Page
8d94739de4
chore: Release
2021-12-23 14:28:46 -06:00
Ed Page
27893cfd9a
chore: Release
2021-12-16 12:19:58 -06:00
Ed Page
c212402466
chore: Release
2021-12-16 09:33:06 -06:00
Ed Page
1100f04b56
chore: Release
2021-12-15 11:02:40 -06:00
Ed Page
8e5a62faed
docs(gen): Use absolute paths for docs.rs sake
...
Using relative paths will work from github but when we include
`README.md` into `lib.rs`, they will break.
2021-12-14 13:02:20 -06:00
Ed Page
c3f8c8938f
chore: Release
2021-12-10 15:25:23 -06:00
Ed Page
ada95d6f3d
chore: Release
2021-12-09 19:39:08 -06:00
Ed Page
4ab51976a3
chore: Release
2021-12-09 19:38:37 -06:00
Ed Page
3dec7df14f
chore: Release
2021-12-09 07:00:33 -06:00
Ed Page
d444f46f92
chore: Release
2021-12-08 12:41:59 -06:00
Ed Page
ad797e70af
docs: Remove reference to clap.rs
2021-12-06 20:56:47 -06:00
Ed Page
f517c0ede1
docs: Remove author fields
2021-12-06 11:24:23 -06:00
Ed Page
2288f55cc1
test: Rely on release process for version sync
...
When we switch to `cargo-release`, it will validate that the auto-update
was performed. No reason to have an extra dependency during
development.
2021-11-30 09:59:59 -06:00
dependabot[bot]
33240fcff3
chore(deps): Update pretty_assertions requirement from 0.7 to 1.0
...
Updates the requirements on [pretty_assertions](https://github.com/colin-kiegel/rust-pretty-assertions ) to permit the latest version.
- [Release notes](https://github.com/colin-kiegel/rust-pretty-assertions/releases )
- [Changelog](https://github.com/colin-kiegel/rust-pretty-assertions/blob/main/CHANGELOG.md )
- [Commits](https://github.com/colin-kiegel/rust-pretty-assertions/compare/v0.7.0...v1.0.0 )
---
updated-dependencies:
- dependency-name: pretty_assertions
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-17 21:34:15 +00:00
Ed Page
a065702205
docs(generate): Move derive example to generate
...
From a users perspective, `clap_derive` is baked into `clap`.
`clap_generate is an add on to `clap`. So it seems best to have all
`clap_generate` examples in `clap_generate` where a user will look for
them.
Fixes #2939
2021-10-26 14:26:50 -05:00
Jake Shadle
db2a25473a
Fix packaging of LICENSE-* files
2021-10-21 14:57:49 +02:00
Pavan Kumar Sunkara
585e995811
Release 3.0.0-beta.5
2021-10-17 17:01:18 +01:00
rhysd
33efcf1665
feat(generate): reduce dependencies of clap_generate (42 to 13)
2021-10-17 14:31:16 +09:00
Pavan Kumar Sunkara
0a61c8aa08
fix: Whitespace in our generators **is** important and we need to fix it
2021-10-12 02:08:11 +01:00
Ed Page
1bbfd956aa
test: Harden tests against trailing whitespace
...
In a follow up commit, my editor stripped trailing whitespace. Rather
than have everyone fight this, let's not make a deal over the small
stuff.
2021-10-11 10:44:48 -05:00
Donough Liu
b1d364a228
Pin clap_derive
version ( #2706 )
...
* Pin clap_derive version
* Pin clap version in clap_generate
2021-08-17 08:43:37 +00:00
Pavan Kumar Sunkara
52be134949
Release 3.0.0-beta.4
...
clap@3.0.0-beta.4
clap_derive@3.0.0-beta.4
clap_generate@3.0.0-beta.4
Generated by cargo-workspaces
2021-08-14 23:40:49 +01:00
Pavan Kumar Sunkara
73b28fb104
Release 3.0.0-beta.3
...
clap@3.0.0-beta.3
clap_derive@3.0.0-beta.3
clap_generate@3.0.0-beta.3
Generated by cargo-workspaces
2021-08-14 23:01:13 +01:00
Pavan Kumar Sunkara
6994be4f15
Remove doc feature
2021-07-30 22:49:11 +01:00
Rémi Lauzier
48147d680b
Update dependency that need no change
2021-06-17 13:58:40 -04:00
Pavan Kumar Sunkara
94ce18c399
Update badges
2021-05-25 23:19:32 +01:00
Pavan Kumar Sunkara
49954c28ad
Remove unstable feature flag
2021-03-13 11:40:56 +05:30
ldm0
580d8d2c63
Fix part of the non_fmt_panic
2021-02-12 17:35:15 +00:00
Pavan Kumar Sunkara
d881a1185b
Release 3.0.0-beta.2
...
clap@3.0.0-beta.2
clap_derive@3.0.0-beta.2
clap_generate@3.0.0-beta.2
Generated by cargo-workspaces
2020-09-18 20:32:41 +02:00
Pavan Kumar Sunkara
b562ce4d63
Some modifications to allow cargo verification to work
2020-05-03 11:48:01 +02:00
Pavan Kumar Sunkara
b45746feff
Remove some defaults from profiles
2020-04-10 17:19:26 +02:00
Pavan Kumar Sunkara
cceb29623a
Remove nightly feature
2020-04-10 10:42:25 +02:00
CreepySkeleton
d466a56aa1
Fix benches
2020-03-04 21:31:18 +03:00
Pavan Kumar Sunkara
970d7140a3
Use 'Clap Maintainers' as authors
2020-02-10 20:16:25 +01:00
Pavan Kumar Sunkara
33f47acc67
Refactor clap_generate
2020-02-07 07:52:04 +01:00