diff options
Diffstat (limited to 'Components/ChangeDir/metadata.yml')
-rw-r--r-- | Components/ChangeDir/metadata.yml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Components/ChangeDir/metadata.yml b/Components/ChangeDir/metadata.yml new file mode 100644 index 0000000..3818d75 --- /dev/null +++ b/Components/ChangeDir/metadata.yml @@ -0,0 +1,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'
\ No newline at end of file |