Implemented get command

This commit is contained in:
David Allen 2023-07-03 21:05:47 -06:00
parent d23bbce2e2
commit 766eabd5b2
6 changed files with 205 additions and 62 deletions

View file

@ -22,7 +22,7 @@ namespace gdpm::package_manager {
enum class action_e{
install,
add,
get,
remove,
update,
search,