Changed add command to get like golang get

This commit is contained in:
David Allen 2023-07-02 10:51:08 -06:00
parent 37b65c0939
commit 8869a84710
4 changed files with 19 additions and 19 deletions

View file

@ -100,7 +100,7 @@ namespace gdpm::package {
@param package_titles
@param params
*/
GDPM_DLL_EXPORT error add(const config::context& config, title_list& package_titles, const params& params = package::params());
GDPM_DLL_EXPORT error get(const config::context& config, title_list& package_titles, const params& params = package::params());
/*!
@brief Remove's package and contents from local database.
*/