diff --git a/src/ASDF.jl b/src/ASDF.jl index 93375ec..822199d 100644 --- a/src/ASDF.jl +++ b/src/ASDF.jl @@ -866,7 +866,7 @@ long.asdf ├─ field_17::Vector{Float64} | shape = (10,) ├─ field_18::Vector{Float64} | shape = (10,) ├─ field_19::Vector{Float64} | shape = (10,) - ⋮ (7) more rows + ⋮ (11) more rows julia> ASDF.info(af; max_rows = 5) long.asdf @@ -874,7 +874,7 @@ long.asdf ├─ field_2::Vector{Float64} | shape = (10,) ├─ field_3::Vector{Float64} | shape = (10,) ├─ field_4::Vector{Float64} | shape = (10,) - ⋮ (22) more rows + ⋮ (26) more rows julia> ASDF.info(af; max_rows = Inf) long.asdf @@ -908,6 +908,7 @@ long.asdf ├─ homepage::String | https://github.com/JuliaAstro/ASDF.jl ├─ name::String | ASDF.jl └─ version::String | 2.0.0 +``` """ function info(io::IO, af::ASDFFile; max_rows = 20) root = ASDFTreeNode(nothing, af)