From 5c4aad66bf6967767396b8690fc90feee19d5c83 Mon Sep 17 00:00:00 2001 From: Wabri <12409541+Wabri@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:44:55 +0200 Subject: [PATCH] feat(zypper.py): update script header with more information Signed-off-by: Wabri <12409541+Wabri@users.noreply.github.com> --- zypper.py | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/zypper.py b/zypper.py index b0e1d07..fe7fc8f 100755 --- a/zypper.py +++ b/zypper.py @@ -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 Bernd Shubert