Skip to content
Snippets Groups Projects
Commit a8a92c79 authored by SJFrK's avatar SJFrK
Browse files

Add call to unimplemented!() to -R CLI option.

parent 5a32b4d0
No related branches found
No related tags found
No related merge requests found
......@@ -221,10 +221,13 @@ impl Editor {
return;
}
"-R" => {
unimplemented!();
/*
match editor.options.set("readonly") {
Ok(_) => debugln!(editor, "Set readonly mode"),
Err(_) => println!("Could not set readonly mode")
}
*/
}
_ => {
files.push(arg);
......
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