feat 处理命令行输入.
This commit is contained in:
6
src/merge.rs
Normal file
6
src/merge.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use std::path::Path;
|
||||
use std::io::Result;
|
||||
|
||||
pub fn merge_video_from_path(path: &Path) -> Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
Reference in New Issue
Block a user