Skip to content

Commit 33d7bf7

Browse files
bugadanijessebraham
authored andcommitted
Make command module public
1 parent 4183049 commit 33d7bf7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

espflash/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
#[cfg(feature = "cli")]
5050
#[cfg_attr(docsrs, doc(cfg(feature = "cli")))]
5151
pub mod cli;
52+
pub mod command;
5253
pub mod connection;
5354
pub mod elf;
5455
pub mod error;
@@ -57,8 +58,6 @@ pub mod image_format;
5758
pub mod interface;
5859
pub mod targets;
5960

60-
mod command;
61-
6261
/// Logging utilties
6362
#[cfg(feature = "cli")]
6463
#[cfg_attr(docsrs, doc(cfg(feature = "cli")))]

0 commit comments

Comments
 (0)