chore: Reformat all files
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
const cwd = require('./cwd').handler;
|
||||
const cwd = require('./cwd').handler
|
||||
|
||||
module.exports = {
|
||||
directive: ['CDUP', 'XCUP'],
|
||||
handler: function (args) {
|
||||
args.command.arg = '..';
|
||||
return cwd.call(this, args);
|
||||
args.command.arg = '..'
|
||||
return cwd.call(this, args)
|
||||
},
|
||||
syntax: '{{cmd}}',
|
||||
description: 'Change to Parent Directory'
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user