Release 0.3.0-rc.1 #236

Merged
Jef Roosens merged 53 commits from release-0.3.0-rc.1 into main 2022-06-10 15:21:56 +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')?