mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-08 05:55:42 +09:00
add info to interactive_dispatch_checker (tips on clipboard)
This commit is contained in:
parent
70903ec124
commit
81edf05aab
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue