We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65e8241 commit 9a36ec6Copy full SHA for 9a36ec6
src/commands/convert.rs
@@ -192,9 +192,10 @@ pub fn convert_command(
192
}
193
194
prints!(
195
- "[color:bright-green]Successfully saved[color:reset] [color:bright-cyan]{}[color:reset] to [color:bright-cyan]{}.{}",
+ "[color:bright-green]Successfully saved[color:reset] [color:bright-cyan]{}[color:reset] to [color:bright-cyan]{}/{}.{}",
196
program.metadata.name,
197
output_path_string.as_ref().unwrap(),
198
+ program.metadata.name,
199
output_path.extension().unwrap().to_str().unwrap()
200
);
201
0 commit comments