Skip to content

Commit

Permalink
fixes #2: Implement command line for sort.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Leblanc committed Jan 28, 2024
1 parent 5aafa9f commit e81f838
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[package]
name = "qt-ts-tools"
author = "Alexandre Leblanc"
authors = ["Alexandre Leblanc <[email protected]>"]
repository = "https://github.com/mrtryhard/qt-ts-tools"
keywords = ["qt", "translation"]
homepage = "https://github.com/mrtryhard/qt-ts-tools"
license = "Apache-2.0"
version = "0.1.0"
edition = "2021"
Expand Down
1 change: 1 addition & 0 deletions src/sort.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use std::io::{BufWriter, Write};
#[derive(Args)]
pub struct SortArgs {
pub input_path: String,
#[arg(short, long)]
pub output_path: Option<String>,
}

Expand Down

0 comments on commit e81f838

Please sign in to comment.