Comment out web interpreter for time being
This commit is contained in:
parent
d3ebcc9654
commit
7b7e20859f
@ -31,6 +31,6 @@ fn main() {
|
|||||||
fn command_line_options() -> getopts::Options {
|
fn command_line_options() -> getopts::Options {
|
||||||
let mut options = getopts::Options::new();
|
let mut options = getopts::Options::new();
|
||||||
options.optflag("h", "help", "Show help text");
|
options.optflag("h", "help", "Show help text");
|
||||||
options.optflag("w", "webapp", "Start up web interpreter");
|
//options.optflag("w", "webapp", "Start up web interpreter");
|
||||||
options
|
options
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user