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-01-19 04:40:41 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b5965ee8ef
nushell
/
crates
/
nu-command
/
src
/
viewers
/
mod.rs
6 lines
73 B
Rust
Raw
Normal View
History
Unescape
Escape
WIP: output `ls` as a grid vs table
2021-10-05 15:43:20 +02:00
mod
griddle
;
moved commands
2021-09-29 20:25:05 +02:00
mod
table
;
WIP: output `ls` as a grid vs table
2021-10-05 15:43:20 +02:00
pub
use
griddle
::
Griddle
;
moved commands
2021-09-29 20:25:05 +02:00
pub
use
table
::
Table
;
Reference in New Issue
Copy Permalink