Continuing on anchoring and improvements on Nu's overall internal commands (#2635). `move column` sub command has been turned into the command `move` since we use it to move exclusively columns. Examples added as well. Fixed it to carry along any anchor locations that might be in place if table to be moved originates from other sources.
6 lines
76 B
Rust
6 lines
76 B
Rust
mod command;
|
|
pub mod mv;
|
|
|
|
pub use command::Command as Move;
|
|
pub use mv::Mv;
|