19 lines
355 B
XML
19 lines
355 B
XML
<?xml version='1.0' ?>
|
|
|
|
<Plugin id='31313'>
|
|
|
|
<Command id='16' name='cd'>
|
|
|
|
<Help>Change the current working directory (within the current process space)</Help>
|
|
|
|
<Input>
|
|
<Argument name='directory' optional='false' data='dir'/>
|
|
</Input>
|
|
|
|
<Output>
|
|
<Data name='dir' type='string'/>
|
|
</Output>
|
|
|
|
</Command>
|
|
|
|
</Plugin>
|