CLN_jll.cln_piMethod
cln_pi(f::Function; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true)

An ExecutableProduct wrapper that supports the execution of cln_pi.

Example

cln_pi() do exe
    run(`$exe $arguments`)
end
Julia 1.3
CLN_jll.cln_piMethod
cln_pi(; adjust_PATH::Bool=true, adjust_LIBPATH::Bool=true) -> Cmd

An ExecutableProduct wrapper that supports the execution of cln_pi. This wrapper is thread-safe and should be preferred on Julia 1.6+.

Example

run(`$(cln_pi()) $arguments`)
Julia 1.6
CLN_jll.is_availableFunction
is_available()

Return whether the artifact is available for the current platform.