Skip to content

Commit f2e8946

Browse files
committed
feat!: remove deprecated --export flag from CLI
1 parent 4ac551a commit f2e8946

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

publiccode-parser/publiccode_parser.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ func main() {
3838
localBasePathPtr := flag.String("path", "", "Use this local directory as base path when checking for files existence instead of using the `url` key in publiccode.yml")
3939
disableNetworkPtr := flag.Bool("no-network", false, "Disables checks that require network connections (URL existence and oEmbed). This makes validation much faster.")
4040
disableExternalChecksPtr := flag.Bool("no-external-checks", false, "Disables ALL checks that reference external resources such as remote URLs or local file existence. Implies --no-network")
41-
_ = flag.String("export", "", "(DEPRECATED) Provided for backward compatibility only")
4241
jsonOutputPtr := flag.Bool("json", false, "Output the validation errors as a JSON list.")
4342
helpPtr := flag.Bool("help", false, "Display command line usage.")
4443
versionPtr := flag.Bool("version", false, "Display current software version.")

0 commit comments

Comments
 (0)