add info to interactive_dispatch_checker (tips on clipboard)

This commit is contained in:
Wataru Otsubo 2024-10-03 12:47:03 +09:00
parent 70903ec124
commit 81edf05aab

View file

@ -120,7 +120,8 @@ function interactive_dispatch_checker(conn::DbConnection)
printstyled("Finished\n") printstyled("Finished\n")
join(dispatch_list, "\n") |> print join(dispatch_list, "\n") |> print
println() println()
printstyled("Paste the result", underline = true) printstyled("Paste the result\n", underline = true)
@info "Tips: You can use `join(ans, \"\\n\") |> clipboard` in REPL to copy the result to the clipboard"
return dispatch_list return dispatch_list
end end