/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
let ctx = Context {
net: net::HttpConnection::new(host),
cmd_list,
};
letmut repl = repl_ng::Repl::new(ctx)
.with_name("WebRender Debug Shell [Ctrl-D to quit, help for help]")
.with_version("v0.1.0")
.use_completion(true);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.