()
| 42 | } |
| 43 | |
| 44 | func getStringFlags() []string { |
| 45 | return []string{ |
| 46 | "--tlscacert", |
| 47 | "--tlscert", |
| 48 | "--tlskey", |
| 49 | "--host", "-H", |
| 50 | "--context", |
| 51 | "--log-level", |
| 52 | } |
| 53 | } |
| 54 | |
| 55 | // Convert transforms standalone docker-compose args into CLI plugin compliant ones |
| 56 | func Convert(args []string) []string { |