Skip to content

Commit

Permalink
feat(zypper.py): update script header with more information
Browse files Browse the repository at this point in the history
Signed-off-by: Wabri <[email protected]>
  • Loading branch information
Wabri committed Oct 23, 2024
1 parent ef8cf43 commit 5c4aad6
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions zypper.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
#!/usr/bin/env python3

"""
Description: #TODO: short version
Description: Expose metrics from zypper updates and patches.
#TODO: long version
The script can take 2 arguments: `--more` and `--less`, the selection basically change how many informations are printed.
#TODO: example
The `--more` is by default.
#TODO: code of the example
Examples:
#TODO: additional information
Dependencies: #TODO: add if needed
zypper.py --less
zypper.py -m
Authors: Gabriele Puliti <[email protected]>
Bernd Shubert <[email protected]>
Expand Down

0 comments on commit 5c4aad6

Please sign in to comment.