As for sh.moveChunk we should have an helper for sh.moveRange.
Differently from moveChunk, moveRange allows user to move a range without pre-splitting. Basically it performs (split+moveChunk)
Note: people often use sh. auto complete to write in the shell so not having an helper like this is most likely preventing user to even know that this new command exists.