mirror of
https://github.com/containers/podman.git
synced 2025-06-20 17:13: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",
|
ArgsUsage: "CONTAINER",
|
||||||
SkipArgReorder: true,
|
SkipArgReorder: true,
|
||||||
OnUsageError: usageErrorHandler,
|
OnUsageError: usageErrorHandler,
|
||||||
|
UseShortOptionHandling: true,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user