|
|
|
@ -52,7 +52,7 @@ pub struct Arguments {
|
|
|
|
pub replace_separator_by: Option<String>,
|
|
|
|
pub replace_separator_by: Option<String>,
|
|
|
|
/// include hidden lines to output
|
|
|
|
/// include hidden lines to output
|
|
|
|
#[arg(short, long, default_value_t=false)]
|
|
|
|
#[arg(short, long, default_value_t=false)]
|
|
|
|
pub include_hidden_lines: bool,
|
|
|
|
pub include_hidden_rows: bool,
|
|
|
|
/// If merged cells, fill horizontally, vertically, both, or none
|
|
|
|
/// If merged cells, fill horizontally, vertically, both, or none
|
|
|
|
#[arg(short, long, default_value_t = FillMergedCells::None)]
|
|
|
|
#[arg(short, long, default_value_t = FillMergedCells::None)]
|
|
|
|
pub fill_merged_cells: FillMergedCells,
|
|
|
|
pub fill_merged_cells: FillMergedCells,
|
|
|
|
|