Skip to content

Commit f2169f9

Browse files
committed
cli: change filepath arg type from String to PathBuf
1 parent 7193bcb commit f2169f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ enum Commands {
3333
struct GenArgs {
3434
/// input json filepath
3535
#[arg(short, long)]
36-
filepath: String,
36+
filepath: PathBuf,
3737

3838
/// codegen language
3939
#[arg(long)]

0 commit comments

Comments
 (0)