Pass through more schemes - display and pty
This commit is contained in:
parent
80bf9568f6
commit
efec22ba9d
|
@ -19,6 +19,8 @@ fn usage() -> ! {
|
||||||
|
|
||||||
fn enter(root: &Path, cmd: &str, args: &[String]) {
|
fn enter(root: &Path, cmd: &str, args: &[String]) {
|
||||||
let names = [
|
let names = [
|
||||||
|
"display",
|
||||||
|
"pty",
|
||||||
"rand",
|
"rand",
|
||||||
"tcp",
|
"tcp",
|
||||||
"udp"
|
"udp"
|
||||||
|
|
Loading…
Reference in a new issue