fix(packages): create proprietary vpn category
This commit is contained in:
parent
8603ce3cb0
commit
734b56ae05
2 changed files with 4 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue