rename

Renames a module to something else (only in the project root).

@component("moduleman")
@arguments("subcmd", "rename")
rename
(
string mod
,
string rename
,
bool renameSubmodules = true
)

Return Value

Type: FileChanges[]

all changes that need to happen to rename the module. If no module statement could be found this will return an empty array.

Call With

{"subcmd": "rename"}

Meta