Skip to content

Commit

Permalink
show argument in plotattr [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith committed Jun 9, 2023
1 parent de3d013 commit 971dad1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plotattr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function plotattr(attrtype::Symbol, attribute::Symbol)

# Looks up the different elements and plots them
println(
":$attribute\n\n",
"$desc\n\n",
aliases,
"Type: $type.\n\n",
Expand Down

2 comments on commit 971dad1

@BeastyBlacksmith
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/85370

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.38.16 -m "<description of version>" 971dad1e4924dd0650e6b468de92b8726e2d908a
git push origin v1.38.16

Please sign in to comment.