Skip to content
Snippets Groups Projects
Commit a18a4267 authored by k0pernicus's avatar k0pernicus
Browse files

Update the main documentation of 'read'

parent d79c8f51
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ impl<'a> Command<'a> {
commands.push(Command {
name: "read",
help: "",
help: "To read some variables\n read <my_variable>",
main: Box::new(|_: &Vec<String>| {}),
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment