Add docstring for `cowthunk`

feature/gitea-migration
parent d2a4226cbb
commit b1554d50c4
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -125,6 +125,13 @@ function cowsaid(message::AbstractString; cow=default, eyes="oo", tongue=" ")
return string(balloon, cow(eyes=eyes, tongue=tongue))
end
"""
cowthunk(message::AbstractString; kwargs...)
Construct art of a cow thinking `message`.
See [`cowsaid`](@ref) and [`cowsay`](@ref)
"""
function cowthunk(message::AbstractString; cow=default, eyes="oo", tongue=" ")
balloon = thinkballoon(message)
return string(balloon, cow(eyes=eyes, tongue=tongue, thoughts="o"))

Loading…
Cancel
Save