blob: 3818d756260fe1e227cc05210e94bda67eab7d02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
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'
|