From 7923aa8942b55884320ef2428417e3ee4b121613 Mon Sep 17 00:00:00 2001 From: Minteck Date: Mon, 28 Nov 2022 17:31:34 +0100 Subject: Initial commit --- Components/ChangeDir/metadata.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Components/ChangeDir/metadata.yml (limited to 'Components/ChangeDir/metadata.yml') 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 -- cgit