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 a84a058 commit 6b16ebaCopy full SHA for 6b16eba
stdlib/InteractiveUtils/src/InteractiveUtils.jl
@@ -85,6 +85,10 @@ controlled with boolean keyword arguments:
85
86
- `verbose`: print all additional information
87
88
+!!! warning "Warning"
89
+ The output of this function may contain sensitive information. Before sharing the output,
90
+ please review the output and remove any data that should not be shared publicly.
91
+
92
See also: [`VERSION`](@ref).
93
"""
94
function versioninfo(io::IO=stdout; verbose::Bool=false)
0 commit comments