Cleans up some command overrides

This commit is contained in:
Eric Amodio
2017-09-05 21:30:07 -04:00
parent 68fcbf713d
commit ece34dba32
8 changed files with 15 additions and 19 deletions

View File

@@ -28,7 +28,7 @@ export class StashApplyCommand extends Command {
return this.execute(args);
}
return super.preExecute(context, args);
return this.execute(args);
}
async execute(args: StashApplyCommandArgs = { confirm: true, deleteAfter: false }) {