We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cfc91b commit e90ca57Copy full SHA for e90ca57
src/nakimi/cli/main.py
@@ -359,7 +359,10 @@ def cmd_yubikey(args): # noqa: C901
359
print(" YubiKey will be used for age key encryption")
360
print(" Note: age-plugin-yubikey must be installed for encryption/decryption")
361
print()
362
- print("⚠️ IMPORTANT: Run 'nakimi yubikey encrypt-key' to encrypt your existing age key")
+ print(
363
+ "⚠️ IMPORTANT: Run 'nakimi yubikey encrypt-key' "
364
+ "to encrypt your existing age key"
365
+ )
366
367
elif args.yubikey_command == "status":
368
print("🔍 Checking YubiKey status...")
0 commit comments