whosmega / roterminal

This repository is for the development of RoTerminal, a CLI for roblox studio
3 stars 0 forks source link

Add cp & mv commands #1

Open whosmega opened 3 years ago

whosmega commented 3 years ago

Add cp and mv commands in the CLI. cp : Lets you copy instance at the given source path to the given destination path, add a -r option which specifies whether to copy descendants recursively mv : Lets you move an instance at the given source path to the given destination path, add a -r option which specifies whether to move descendants recursively

oatmeal-boi commented 3 years ago

sounds wonderful!