Skip to content

Commit

Permalink
cli.plugins: include version number in sopel-plugins show
Browse files Browse the repository at this point in the history
  • Loading branch information
dgw committed Oct 21, 2024
1 parent 3f7d0c3 commit a03fe4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sopel/cli/plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,7 @@ def handle_show(options):
})

print('Plugin:', description['name'])
print('Version:', description['version'] or 'unknown')
print('Status:', description['status'])
print('Type:', description['type'])
print('Source:', description['source'])
Expand Down

0 comments on commit a03fe4f

Please sign in to comment.