return user info from repl()

master
Nicolò Balzarotti 2018-09-17 13:31:41 +02:00
parent 32de2d1373
commit 53c9fea18b
1 changed files with 2 additions and 1 deletions

View File

@ -799,8 +799,9 @@ end
"""Initialize the REPL mode, read config files and start the TUI client
"""
function repl()
load_secret_or_login(load_config_file())
userinfo = load_secret_or_login(load_config_file())
repl_init(Base.active_repl)
userinfo
end
########