This website requires JavaScript.
Explore
Help
Sign In
extern
/
nushell
Watch
1
Star
0
Fork
1
You've already forked nushell
mirror of
https://github.com/nushell/nushell.git
synced
2025-03-03 18:01:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3c421c5726
nushell
/
crates
/
nu-command
/
src
/
experimental
/
mod.rs
4 lines
51 B
Rust
Raw
Normal View
History
Unescape
Escape
Allow viewing the source code of blocks (#894) * Add spans to blocks and view command * Better description; Cleanup * Rename "view" command to "view-source"
2022-01-30 23:05:25 +01:00
mod
view_source
;
moved commands
2021-09-29 20:25:05 +02:00
Allow viewing the source code of blocks (#894) * Add spans to blocks and view command * Better description; Cleanup * Rename "view" command to "view-source"
2022-01-30 23:05:25 +01:00
pub
use
view_source
::
ViewSource
;
Reference in New Issue
Copy Permalink