fix(console): removed unimplemented -arch flag
All checks were successful
ci/woodpecker/pr/docs Pipeline was successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/man Pipeline was successful
ci/woodpecker/pr/docker Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful

This commit is contained in:
Jef Roosens 2022-06-10 08:40:28 +02:00
parent f4b2109533
commit 0855d9efd8
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB

View file

@ -38,11 +38,6 @@ pub fn cmd() cli.Command {
description: 'Only return Git repos that publish to this repo.' description: 'Only return Git repos that publish to this repo.'
flag: cli.FlagType.string 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) ? { execute: fn (cmd cli.Command) ? {
config_file := cmd.flags.get_string('config-file')? config_file := cmd.flags.get_string('config-file')?