Issy Long c65b3f3f13
cmd/gist-logs: Fix bug with parsing of command-line arguments
- A user reported the following error when running `brew gist-logs`,
reproducible with any formula:

```
$ brew gist-logs rustup-init
Error: undefined method `length' for nil:NilClass
Please report this bug:
  https://docs.brew.sh/Troubleshooting
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/cmd/gist-logs.rb:145:in `gist_logs'
/home/linuxbrew/.linuxbrew/Homebrew/Library/Homebrew/brew.rb:102:in
```

- From what I can tell, `gist_logs_args.parse` had ended up in the wrong
  method. The `gistify_logs` method already has `formula` (ie the
  formula name) passed into it. But it's the `gist_logs` method that needs
  to do the argument parsing. This was discovered by looking at some other
  recently changed ARGV => Homebrew.args code like cmd/info.
2020-01-14 22:13:19 +00:00
..
2019-12-11 16:36:23 +05:30
2019-12-13 15:24:00 -05:00
2019-12-15 00:04:45 -05:00
2019-12-11 16:36:23 +05:30
2019-12-11 16:36:23 +05:30
2019-12-11 16:36:23 +05:30
2019-10-31 12:25:58 +00:00
2019-11-06 15:25:40 +00:00
2019-11-09 11:56:47 -05:00
2019-12-11 16:36:23 +05:30