Types/docker.help/get_SupportsFormat.ps1

return (
    ($this.Options.OptionName -match '--format') -as [bool]
)