cli/cmd/gh
Junjie Yuan 927e4c7e4d
using filepath.Join() instead of path.Join() to fix wrong filepath on Windows:
PS C:\Users\Junjie Yuan> gh auth status
github.com
  ✓ Logged in to github.com as junjieyuan (C:\Users\Junjie Yuan\.config\gh/hosts.yml)
  ✓ Git operations for github.com configured to use https protocol.
  ✓ Token: *******************

Signed-off-by: Junjie Yuan <yuan@junjie.pro>
2021-04-22 15:19:16 +08:00
..
main.go using filepath.Join() instead of path.Join() to fix wrong filepath on Windows: 2021-04-22 15:19:16 +08:00
main_test.go Extract cmdutil package 2020-05-20 15:21:31 +02:00