Andrew Phillips (aider)
|
60515c628a
|
refactor: remove unused imports from get.rs
|
2025-05-10 08:29:08 -03:00 |
|
Andrew Phillips (aider)
|
0f4deae712
|
feat(get): add clap Command and CompressionType imports
|
2025-05-10 07:46:57 -03:00 |
|
Andrew Phillips (aider)
|
5ce173fdc1
|
fix: resolve missing imports and private struct errors
|
2025-05-10 07:42:07 -03:00 |
|
Andrew Phillips (aider)
|
a53737057f
|
fix: fix duplicate imports and add missing FromStr for CompressionType
|
2025-05-10 07:40:00 -03:00 |
|
Andrew Phillips (aider)
|
361e0b3f6f
|
feat: Implement --get command to retrieve items by ID or tag with compression handling
|
2025-05-09 16:52:16 -03:00 |
|
Andrew Phillips (aider)
|
008899f6ab
|
fix: resolve missing functions and unused imports
The commit adds `pub` to `mode_get` for visibility and removes unused imports in `src/modes/get.rs`, while adding the missing `get_engine` import.
|
2025-05-09 16:39:41 -03:00 |
|
Andrew Phillips (aider)
|
f7a53dfa6e
|
refactor: move mode_get to modes/get module and update imports
|
2025-05-09 16:37:19 -03:00 |
|
Andrew Phillips (aider)
|
a68be7905e
|
refactor: remove unused imports in src/main.rs and src/modes/common.rs
|
2025-05-09 16:29:02 -03:00 |
|
Andrew Phillips (aider)
|
331a971d3d
|
refactor: Move common utility functions to src/modes/common.rs and update module structure
|
2025-05-09 16:20:54 -03:00 |
|