Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamVenner committed Sep 10, 2023
1 parent 55367a2 commit 66fc0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastgmad-bin/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ fn extract(conf: ExtractGmaConfig, r#in: ExtractGmadIn, exit: &mut impl FnMut())
}

fn publish(conf: WorkshopPublishConfig) -> Result<(), FastGmadBinError> {
// TODO allow both creation+publishing in a single command
let id = fastgmad::workshop::publish_gma(&conf)?;
println!("{}", id);
log::info!("Published to https://steamcommunity.com/sharedfiles/filedetails/?id={}", id);
Expand Down

0 comments on commit 66fc0cc

Please sign in to comment.