summaryrefslogtreecommitdiffstats
path: root/src/commands/open_file.rs
diff options
context:
space:
mode:
authorJiayi Zhao <jeff.no.zhao@gmail.com>2019-05-25 16:56:22 -0400
committerJiayi Zhao <jeff.no.zhao@gmail.com>2019-05-25 16:56:22 -0400
commit3eef301229181535365f4d969091dee6c77e1b46 (patch)
tree3c45e7ee093dd5d7b76a36eedbad3da3b86242a7 /src/commands/open_file.rs
parent4de4dde12c7a6ddb28053ad8225c12fad3d7cf9d (diff)
changed the way new directories are handled
- now new directories are handled via the command line because it requires user input almost always
Diffstat (limited to 'src/commands/open_file.rs')
-rw-r--r--src/commands/open_file.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/open_file.rs b/src/commands/open_file.rs
index c9f689d..df66764 100644
--- a/src/commands/open_file.rs
+++ b/src/commands/open_file.rs
@@ -52,7 +52,7 @@ impl OpenFile {
}
}
}
- */
+ */
mimetype_options
}