Loren ☺️
                                            Loren ☺️
                                        
                                    Nice, thanks! See second answer for how to get a list of all collections: http://stackoverflow.com/questions/10984030/get-meteor-collection-by-name
@dearchap I'm getting the same behavior on latest `v2.23.7`
``` cli.HelpFlag = &cli.BoolFlag{ Name: "help", Aliases: []string{"h"}, Usage: "Show help", DefaultText: "", } ``` Setting `DefaultText: ""` does not remove the `(default: false)` output below: ``` --help, -h Show...
Here is `" "`: ``` --help, -h Show help (default: ) ```
Only for these two flags: ``` GLOBAL OPTIONS: --help, -h show help (default: false) --version, -v print the version (default: false) ``` and not for other bool flags or flags...
@dearchap I'm on `v2.25.7`, and now by default I don't see `(default: false)`. However, if I change `show help` to `Show help` with this, `(default: false)` comes back: ``` cli.HelpFlag...
I think it would be helpful to have a dev guide section on it, as it's a common enough issue and many won't find it in the samples.
@Tarang it would be awesome if you could open-source the server-side and dashboard. Ref: http://crater.io/posts/dYm68KSQS9HqznjNg/comment/HiymCDfQzFR6pYzgA
One way to do it is the way houston (https://github.com/gterrono/houston) does it. I don't like it integrated that way because it adds to your app client's download size. You could...
Haven't been using