0

Can I specify additional arguments when running the launch_app command?

Is it possible to provide additional command line arguments when launching an app? For example:

tank launch_nuke --nukex

Currently I get this error:

ERROR: Cannot run command! Expected command arguments ()

1 comment

  • 0
    Avatar
    KP

    This is a common question we hear a lot!

    Unfortunately, it's not currently possible to pass in command line arguments at runtime when launching an app as in the example above. We do have plans to support this in an upcoming release and will update this thread when it's released. 

    This is possible though, if you always want the app to launch with a set of arguments using the settings in the Application Launcher app. There is a <platform>_args setting for each platform of each supported application where you can add any additional command line options to pass into the launch command every time it runs. See the documentation for more details.

Please sign in to leave a comment.