Advertise TOTP support in printInfo.go, add to shell completions

This commit is contained in:
2024-03-18 18:38:42 -04:00
parent 3171d1c1cd
commit ca14abbae9
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ function cliMUTNOptionCompleter {
$possibleValues = @{
add = @('password', 'note', 'folder')
copy = @('password', 'username', 'url', 'note')
copy = @('password', 'username', 'totp', 'url', 'note')
edit = @('password', 'username', 'url', 'note', 'rename')
gen = @('update')
}