diff --git a/src/dispatch_checker.jl b/src/dispatch_checker.jl index b9e2094..1d208f2 100644 --- a/src/dispatch_checker.jl +++ b/src/dispatch_checker.jl @@ -120,7 +120,8 @@ function interactive_dispatch_checker(conn::DbConnection) printstyled("Finished\n") join(dispatch_list, "\n") |> print 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 end