Skip to content

Commit

Permalink
format should remain an option
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Sep 6, 2023
1 parent 3d1e511 commit 6c1e243
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/convert_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub struct Opts {
pub(crate) output_path: PathBuf,

/// The target format to which existing config files will be converted to.
#[arg(long, default_value = "yaml")]
pub(crate) output_format: Format,
}

Expand Down

0 comments on commit 6c1e243

Please sign in to comment.