mirror of
https://github.com/nushell/nushell.git
synced 2025-05-22 15:45:35 +00:00
* WIP for known externals * Now completions can work from scripts * Add support for definiing externs * finish cleaning up old proof-of-concept
4 lines
51 B
Rust
4 lines
51 B
Rust
mod view_source;
|
|
|
|
pub use view_source::ViewSource;
|