description: Changes the directory commands work from internal: true aliases: - cd - chdir - chwd manual: summary: | This command changes the current working directory (CWD) for a specified directory. parameters: [] final: name: Dir description: The directory to change to required: true multiple: false command: false path: true daemon: false examples: - command: ChangeDir / description: Changes directory to go to the system's root directory - command: ChangeDir .. description: Changes directory to go to the parent directory compatibility: mistyos: '>=1.0.0' kernel: '>=5.10.0'