gincmd should interface with ginclient only
Open
- Dominant language
- Go
- Stars
- 14
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
The top-level commands should only import ginclient (from the subpackages of gin-cli). This means the ginclient will have to expose the functionality of all the other subpackages that might be directly useful.
This change will make the ginclient package a complete layer on top of things like os.Exec, git and git-annex commands, and configuration management. Then the gincmd package will simply be responsible for exposing that functionality to the command line.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.