Go to the source code of this file.
|
void | RunBrowsePython (State *state, const char *ninja_command, const char *initial_target) |
| Run in "browse" mode, which execs a Python webserver. More...
|
|
void RunBrowsePython |
( |
State * |
state, |
|
|
const char * |
ninja_command, |
|
|
const char * |
initial_target |
|
) |
| |
Run in "browse" mode, which execs a Python webserver.
ninja_command is the command used to invoke ninja. initial_target is the first target to load. This function does not return if it runs successfully.
Definition at line 23 of file browse.cc.