Skip to content

Commit

Permalink
Merge pull request #5619 from epage/reexport
Browse files Browse the repository at this point in the history
feat(complete): Reexport ValueHint for transition to ArgExt
  • Loading branch information
epage authored Aug 2, 2024
2 parents e5195fd + 4db9fce commit edcaf8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clap_complete/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ mod macros;
pub mod generator;
pub mod shells;

pub use clap::ValueHint;
pub use generator::generate;
pub use generator::generate_to;
pub use generator::Generator;
Expand Down

0 comments on commit edcaf8f

Please sign in to comment.