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:
baude
2018-12-01 17:10:30 -06:00
parent 41f250c486
commit 87df1ce01f

View File

@ -48,6 +48,7 @@ var (
ArgsUsage: "CONTAINER",
SkipArgReorder: true,
OnUsageError: usageErrorHandler,
UseShortOptionHandling: true,
}
)