display blank line before displaying password
This commit is contained in:
@@ -135,6 +135,7 @@ quit = return ()
|
||||
|
||||
showPass :: String -> S.StateT Status IO ()
|
||||
showPass x = do
|
||||
lift $ putStrLn ""
|
||||
db <- S.gets $ view database
|
||||
case pwGetService x db of
|
||||
Nothing -> lift $ putStrLn "service not found"
|
||||
|
||||
Reference in New Issue
Block a user