mirror of
https://github.com/containers/podman.git
synced 2025-06-20 09:03:43 +08:00
Add short-option handling to logs
podman logs already supports the latest command line switch. users should be able to use the short-options combined (i.e. podman logs -lf). Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -48,6 +48,7 @@ var (
|
||||
ArgsUsage: "CONTAINER",
|
||||
SkipArgReorder: true,
|
||||
OnUsageError: usageErrorHandler,
|
||||
UseShortOptionHandling: true,
|
||||
}
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user