mirror of
https://github.com/mrfluffy-dev/hart-cli.git
synced 2026-01-17 01:40:33 +00:00
Chore: Undo last commit
This commit is contained in:
@@ -237,6 +237,9 @@ def browse_options(session, user_prompt, *, persist=False, persist_with=None):
|
|||||||
|
|
||||||
if user_choice == UserBrowseSelection.PREVIEW:
|
if user_choice == UserBrowseSelection.PREVIEW:
|
||||||
preview_opt(session, user_prompt)
|
preview_opt(session, user_prompt)
|
||||||
|
return browse_options(
|
||||||
|
session, user_prompt, persist=persist, persist_with=persist_with
|
||||||
|
)
|
||||||
|
|
||||||
if persist:
|
if persist:
|
||||||
return persist_with
|
return persist_with
|
||||||
|
|||||||
Reference in New Issue
Block a user