hub/cmd
Jingwen Owen Ou d99f308e2d Don’t trim empty string arguments when building command
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`.
2014-12-09 08:44:03 -08:00
..
cmd.go Don’t trim empty string arguments when building command 2014-12-09 08:44:03 -08:00
cmd_test.go Don’t trim empty string arguments when building command 2014-12-09 08:44:03 -08:00