Files
Valentin Rothberg 0b7142f4a4 error when --module is specified on the command level
The --module can only be parsed on the root level.  It cannot work on
the command level, because it must be "manually" parsed on init() to
make sure the specified configuration files/modules are loaded prior to
parsing the flags via Cobra.

Hence move --module from the "persistent" to the "local" flags which
will yield an error instead of doing nothing when being specified on the
command level:

```
$ ./bin/podman run --module=foo.conf --rm alpine
Error: unknown flag: --module
See 'podman run --help'
```

Reported in #20000.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2023-09-18 13:52:38 +02:00
..
2023-07-24 19:23:04 +02:00
2022-09-06 09:37:13 -07:00
2023-08-09 13:37:33 -04:00
2022-09-06 09:37:13 -07:00
2022-09-06 09:37:13 -07:00
2022-09-06 09:37:13 -07:00
2023-08-31 18:14:59 +08:00
2022-09-06 09:37:13 -07:00
2022-09-06 09:37:13 -07:00
2022-09-06 09:37:13 -07:00
2022-09-06 09:37:13 -07:00
2022-09-06 09:37:13 -07:00
2023-09-12 09:18:24 -04:00