pull: renamed command from *get* to *pull*
All checks were successful
CI / build (push) Successful in 1m41s

This commit is contained in:
2025-12-01 17:57:57 +01:00
parent 49f0ff004e
commit 4e7f447326
3 changed files with 29 additions and 29 deletions

View File

@@ -1,3 +1,4 @@
pub mod package_info;
pub mod pull;
pub type ProgressCallback<'a> = Option<&'a dyn Fn(&str, &str, usize, usize)>;