feat: Move ColumnType to common and update imports

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 13:34:38 -03:00
parent f0b93e37fe
commit dbf3d70128
4 changed files with 15 additions and 13 deletions

View File

@@ -5,6 +5,7 @@ use crate::compression::CompressionType;
use clap::Command;
use std::path::PathBuf;
use std::str::FromStr;
use crate::modes::common::ColumnType;
pub fn mode_get(
cmd: &mut Command,