We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8217238 commit 2a77f53Copy full SHA for 2a77f53
src/sample.jl
@@ -2,9 +2,10 @@
2
const PROGRESS = Ref(true)
3
4
"""
5
- setprogress!(progress::Bool)
+ setprogress!(progress::Bool; silent::Bool=false)
6
7
-Enable progress logging globally if `progress` is `true`, and disable it otherwise.
+Enable progress logging globally if `progress` is `true`, and disable it otherwise.
8
+Optionally disable informational message if `silent` is `true`.
9
10
function setprogress!(progress::Bool; silent::Bool=false)
11
if !silent
0 commit comments