| # fvdl | |
| ``` | |
| Usage: fvdl [--sdk] <command> [<args>] | |
| entry point for fvdl Commands to start/stop the emulator via fuchsia virtual device launcher (VDL) | |
| ``` | |
| ## Options: | |
| ``` | |
| --sdk running in fuchsia sdk (not inside the fuchsia code | |
| repository) | |
| --help display usage information | |
| ``` | |
| ## Commands: | |
| ``` | |
| start Starting Fuchsia Emulator | |
| kill Killing Fuchsia Emulator | |
| ``` |