зеркало из https://github.com/mislav/hub.git
d99f308e2d
Empty string arguments are removed when building an executable command, causing problems like https://github.com/github/hub/issues/725. However, we need to remove empty string arguments constructed from the commands layer, e.g., https://github.com/github/hub/blob/master/commands/browse.go#L112. We fix it by moving the removal logic to `Args.ToCmd`. |
||
---|---|---|
.. | ||
cmd.go | ||
cmd_test.go |