shell.rs -> session.rs and luau/system.rs -> shell.rs
This commit is contained in:
parent
54ae2f4b1c
commit
bf92ed7bad
@ -1,6 +1,6 @@
|
|||||||
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||||
|
|
||||||
pub mod shell;
|
pub mod session;
|
||||||
mod commands;
|
mod commands;
|
||||||
mod ps;
|
mod ps;
|
||||||
mod rc;
|
mod rc;
|
||||||
@ -11,5 +11,5 @@ mod vm;
|
|||||||
mod alias;
|
mod alias;
|
||||||
#[path = "./luau/terminal.rs"]
|
#[path = "./luau/terminal.rs"]
|
||||||
mod terminal;
|
mod terminal;
|
||||||
#[path = "./luau/system.rs"]
|
#[path = "./luau/shell.rs"]
|
||||||
mod sytem;
|
mod shell;
|
Loading…
x
Reference in New Issue
Block a user