Also flush bookmark under sessions/connect setup

This commit is contained in:
Dan Sosedoff 2018-09-14 00:56:16 -05:00
parent badcf700b9
commit 1ecf18e41c

View File

@ -64,6 +64,7 @@ func ParseOptions(args []string) (Options, error) {
}
if opts.Sessions || opts.ConnectBackend != "" {
opts.Bookmark = ""
opts.Url = ""
opts.Host = ""
opts.User = ""