Closed chunjiw closed 3 years ago
This is under with_terminal examples:
with_terminal
with_terminal(dump, [1,2,[3,4]])
But it gives error MethodError: no method matching with_terminal(::typeof(dump), ::Vector{Any}), so maybe it is outdated?
MethodError: no method matching with_terminal(::typeof(dump), ::Vector{Any})
I think I fixed it by adding args... to the function. Created pull request #150
args...
This is under
with_terminal
examples:But it gives error
MethodError: no method matching with_terminal(::typeof(dump), ::Vector{Any})
, so maybe it is outdated?