mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-19 19:17:01 -07:00
Changed add command to get like golang get
This commit is contained in:
parent
37b65c0939
commit
8869a84710
4 changed files with 19 additions and 19 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue