Closed DK318 closed 2 years ago
At this moment rename command reuses delete command, so we do some unnecessary actions like getEntryOrDirThrow.
rename
delete
getEntryOrDirThrow
Replaced deleteCmd call with deleteSecret.
deleteCmd
deleteSecret
Fixed #
Tests
Documentation
Description
Problem
At this moment
rename
command reusesdelete
command, so we do some unnecessary actions likegetEntryOrDirThrow
.Solution
Replaced
deleteCmd
call withdeleteSecret
.Related issue(s)
Fixed #
:white_check_mark: Checklist for your Pull Request
Related changes (conditional)
Tests
Documentation
Stylistic guide (mandatory)