Open peter-bread opened 9 months ago
For gam account add
, this could:
gh auth login
~/.config/gh/hosts.yml
gam create-acc-dirs
(maybe add --no-dirs
flag to disable this???)I think I may only need two commands:
.rc
fileFor initial release v1.0.0, included a single command script
for generating the script.
Via cobra, completion
and help
are also commands.
Since making changes to the shell script, some functionality is no longer required in the Go code.
For example, there is now no need to store a text file contain users, since they are stored by
gh
in~/.config/gh/hosts.yml
(by default).