Stavros Panakakis
Results
2
comments of
Stavros Panakakis
@marcosnils `-f` acts as `--force` in the [install cmd](https://github.com/marcosnils/bin/blob/4d8bde37d10ac90e73912c4d85c88b5b6552ac36/cmd/install.go#L104). What about using `-e` and `--regexp` as the filtering flag? For example: ``` bin install -e ^kustomize.* https://github.com/kubernetes-sigs/kustomize ``` or ```...
@jeromedalbert To ensure the Proxy works correctly, the flag has to be specified as `--tls=true|false` instead of `--tls true|false`. This behavior is mentioned on a GitHub issue on the Cobra...