mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
make nu-cli mod app public (#3673)
This commit is contained in:
@ -4,7 +4,7 @@ extern crate quickcheck;
|
||||
#[macro_use(quickcheck)]
|
||||
extern crate quickcheck_macros;
|
||||
|
||||
mod app;
|
||||
pub mod app;
|
||||
mod cli;
|
||||
#[cfg(feature = "rustyline-support")]
|
||||
mod keybinding;
|
||||
|
Reference in New Issue
Block a user