Port move (#833)

* Remove comment

* Fix merge not retaining LS_COLORS

* Add move command

* Add checking for non-existent columns

* Add move command examples; Disallow flag shorthand
This commit is contained in:
Jakub Žádník
2022-01-24 21:43:38 +02:00
committed by GitHub
parent 12189d417b
commit 53f41c1985
5 changed files with 336 additions and 31 deletions

View File

@ -70,6 +70,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
GroupBy,
Keep,
Merge,
Move,
KeepUntil,
KeepWhile,
Last,