Add help strings to all click CMDs

This commit is contained in:
InsanePrawn 2022-02-13 19:57:04 +01:00
parent feadf6f1e8
commit 3ed8d379dd
10 changed files with 31 additions and 4 deletions

View file

@ -10,6 +10,7 @@ PATHS = ['chroots', 'pacman', 'jumpdrive', 'packages', 'images']
@click.group(name='cache')
def cmd_cache():
"""Clean caches and chroots"""
pass