vitis move <file> <new_path> [flags]
    The file from the mounted Vitis filesystem is moved
    to the new location within Vitis. This is most relevant
    when it is necessary to change the position of a directory.

    Additional flags:

    --allow-same-names | -S
        This flag allows creating a duplicate name.
        Does not work for directories.

This command is equal to:
vitis assign -v <file> -m <new_path> [flags]
