mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-09-03 15:47:23 -04:00
Add copy menu option to shell completions
This commit is contained in:
@@ -86,7 +86,7 @@ function cliMUTN-optionCompleter {
|
||||
|
||||
$possibleValues = @{
|
||||
add = @('password', 'note', 'folder')
|
||||
copy = @('password', 'username', 'totp', 'url', 'note')
|
||||
copy = @('password', 'username', 'totp', 'url', 'note', 'menu')
|
||||
edit = @('password', 'username', 'totp', 'url', 'note', 'rename')
|
||||
gen = @('update')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user