Some small fixes #234

Merged
Jef Roosens merged 2 commits from Chewing_Bever/vieter:fixes into dev 2022-06-10 14:55:14 +02:00
Showing only changes of commit 0855d9efd8 - Show all commits

View file

@ -38,11 +38,6 @@ pub fn cmd() cli.Command {
description: 'Only return Git repos that publish to this repo.'
flag: cli.FlagType.string
},
cli.Flag{
name: 'arch'
description: 'Only return repos enabled for this architecture.'
flag: cli.FlagType.string
},
]
execute: fn (cmd cli.Command) ? {
config_file := cmd.flags.get_string('config-file')?