mirror of
https://github.com/danbulant/nushell
synced 2026-05-24 12:35:59 +00:00
make nu-cli mod app public (#3673)
This commit is contained in:
parent
4fe9d8a007
commit
104cf5b51b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ extern crate quickcheck;
|
||||||
#[macro_use(quickcheck)]
|
#[macro_use(quickcheck)]
|
||||||
extern crate quickcheck_macros;
|
extern crate quickcheck_macros;
|
||||||
|
|
||||||
mod app;
|
pub mod app;
|
||||||
mod cli;
|
mod cli;
|
||||||
#[cfg(feature = "rustyline-support")]
|
#[cfg(feature = "rustyline-support")]
|
||||||
mod keybinding;
|
mod keybinding;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue