In our subcommand match we’ll add a new function called `write` to handle our `Write` subcommand. We’ll pass it the argument title and we’ll “import” it from a library called `digital_garden`. “`rust use digital_garden::write; fn main() -> … more
Categories: News
0 Comments