stephencelis / ghi

GitHub Issues on the command line. Use your $EDITOR, not your browser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ghi show: "Not a GitHub repo"

terminalmage opened this issue · comments

% ghi list | sed -n 2p | awk '{print $1" "$2}'
salt 41056
% ghi show 41056
Not a GitHub repo.

usage: ghi show <issueno>

    -p, --patch
    -w, --web
% ghi --version
ghi version 1.2.0
% ruby --version
ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-linux]

Apparently the repo name username/reponame must be passed on the CLI as well. This is a bit confusing since the only actual example there is there on the README doesn't show a repo name being passed.