Commit Graph

67 Commits

Author SHA1 Message Date
Andrew Phillips
0189f3c273 refactor: remove module prefixes from compression and digest engine functions 2025-05-13 15:00:30 -03:00
Andrew Phillips (aider)
8f93657fa1 refactor: consolidate imports for get_*_engine functions 2025-05-13 09:00:45 -03:00
Andrew Phillips (aider)
889c2bc838 refactor: update engine calls to use imported functions 2025-05-13 08:56:21 -03:00
Andrew Phillips (aider)
e15cf371e0 refactor: Update imports to use specific get_engine functions 2025-05-13 08:51:21 -03:00
Andrew Phillips (aider)
9330fc1db9 refactor: Rename get_engine to get_compression_engine and update references 2025-05-13 08:46:41 -03:00
Andrew Phillips (aider)
b08c7e7346 refactor: Rename compression module to compression_engine and update references 2025-05-12 17:11:32 -03:00
Andrew Phillips (aider)
134731ca5c fix: add missing format_size and ColumnType imports 2025-05-10 14:07:31 -03:00
Andrew Phillips (aider)
d5f9adc3ae fix: remove unused imports and adjust common module re-exports 2025-05-10 14:06:23 -03:00
Andrew Phillips (aider)
a955b2a0c6 refactor: remove unused imports from various files 2025-05-10 13:59:04 -03:00
Andrew Phillips
6bbc306c23 style: reorder imports and adjust formatting 2025-05-10 13:09:49 -03:00
Andrew Phillips (aider)
1ce5909f7b fix: Add missing TableFormat and function imports to resolve compilation errors 2025-05-10 12:51:53 -03:00
Andrew Phillips (aider)
bc85cdac6c fix: remove unused imports and non-const format builder 2025-05-10 12:45:14 -03:00
Andrew Phillips (aider)
f8b14cb570 fix: replace const with function for table format and update is_terminal import 2025-05-10 12:42:04 -03:00
Andrew Phillips (aider)
33757dabee fix: move format constant to common and update stdout check 2025-05-10 12:37:08 -03:00
Andrew Phillips (aider)
796ded6a6b fix: correct imports and add clap::error::ErrorKind 2025-05-10 12:25:26 -03:00
Andrew Phillips
6d07cf6f18 chore: reorder imports in info.rs 2025-05-10 12:25:08 -03:00
Andrew Phillips (aider)
1818024bc9 refactor: Move mode_info to src/modes/info.rs 2025-05-10 12:19:00 -03:00