fix(packages): create proprietary vpn category

This commit is contained in:
Matthieu Bessat 2024-08-01 11:30:22 +02:00
parent 8603ce3cb0
commit 734b56ae05
2 changed files with 4 additions and 1 deletions

View file

@ -35,6 +35,7 @@ def output_packages(packages_tree, aur_filter: bool = False):
def cli():
parser = argparse.ArgumentParser(description='Optional app description')
parser.add_argument('categories', type=str, help="Categories to include, all for all")
# for now, category must refer to first level nodes
parser.add_argument('--aur', action='store_true', help="Also output AUR packages")
args = parser.parse_args()