print script name
This commit is contained in:
parent
cee52e31be
commit
c766b8b0cc
@ -116,6 +116,9 @@ async fn review(config:ReviewConfig)->Result<(),ReviewError>{
|
|||||||
//load source into current.lua
|
//load source into current.lua
|
||||||
tokio::fs::write("current.lua",source.as_str()).await.map_err(ReviewError::WriteCurrent)?;
|
tokio::fs::write("current.lua",source.as_str()).await.map_err(ReviewError::WriteCurrent)?;
|
||||||
|
|
||||||
|
// print script name
|
||||||
|
println!("script name: {}",script_response.Name);
|
||||||
|
|
||||||
//prompt action in terminal
|
//prompt action in terminal
|
||||||
//wait for input
|
//wait for input
|
||||||
let script_action;
|
let script_action;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user