nim commented on the pull-request: `Always install SFiles whatever the arch` 
that you are following:
``
Ok, weird that @jchaloup gone to all this pain for something that does not work

Reading the urfave/cli documentation (that I don’t know well, I used 
jawher/mow.cli in modist), it seems you need to define a default extension value

```
cli.NewStringSlice(".s", ".proto")
```
(https://github.com/urfave/cli/pull/392)

and then set it as value
```
Value: cli.NewStringSlice(".s", ".proto")
```

here https://pagure.io/golist/blob/master/f/cmd/golist/golist.go#_80

But, I may be misreading the documentation, and I have no access to by coding 
setup right now :( It needs testing
``

To reply, visit the link below or just reply to this email
https://pagure.io/golist/pull-request/25
_______________________________________________
golang mailing list -- golang@lists.fedoraproject.org
To unsubscribe send an email to golang-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/golang@lists.fedoraproject.org

Reply via email to