mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
make nu-cli mod app public (#3673)
This commit is contained in:
parent
4fe9d8a007
commit
104cf5b51b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user