• Jason Simmons's avatar
    Add a --full-restart flag to the start command that controls whether we stop... · 0eb970f7
    Jason Simmons authored
    Add a --full-restart flag to the start command that controls whether we stop the application process
    
    SkyActivity now allows reloading application Dart code within an existing
    activity.  If a SkyActivity instance is already running, then passing
    --no-full-restart will restart the Dart code without killing and restarting
    the SkyShell application.
    (full-restart will remain the default until the engine
    that supports this is rolled out)
    
    Also remove the obsolete --poke flag
    0eb970f7
start.dart 4.56 KB