Skip to content

Commit

Permalink
fix: export SpecMount
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Sep 26, 2024
1 parent 664b592 commit b44c4f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pub use crate::parse::arg::SpecArg;
pub use crate::parse::cmd::SpecCommand;
pub use crate::parse::complete::Complete;
pub use crate::parse::flag::SpecFlag;
pub use crate::parse::mount::SpecMount;
pub use crate::parse::spec::Spec;

#[macro_use]
Expand Down

0 comments on commit b44c4f1

Please sign in to comment.