Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/lib.rs')
-rw-r--r--helix-core/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-core/src/lib.rs b/helix-core/src/lib.rs
index 89c960ed..02107b33 100644
--- a/helix-core/src/lib.rs
+++ b/helix-core/src/lib.rs
@@ -3,6 +3,7 @@ pub use encoding_rs as encoding;
pub mod auto_pairs;
pub mod case_conversion;
pub mod chars;
+pub mod command_line;
pub mod comment;
pub mod completion;
pub mod config;
@@ -22,7 +23,6 @@ pub mod object;
mod position;
pub mod search;
pub mod selection;
-pub mod shellwords;
pub mod snippets;
pub mod surround;
pub mod syntax;