BoxLang: Our new JVM Dynamic Language made by Ortus! Check it out: https://www.boxlang.io

New server.cli key to provide you with all the CLI options used to run the runtime

Description

New server.cli key to provide you with all the CLI options used to run the runtime. It will contain the following:

put( Key.cli, ImmutableStruct.of( // From where the CLI was executed "executionPath", System.getProperty( "user.dir", "" ), // The actual full command line "command", System.getProperty( "sun.java.command", "" ), // The original command line arguments "args", runtime.inCLIMode() ? new ImmutableArray( runtime.getCliOptions().cliArgs() ) : "", // The parsed arguments "parsed", runtime.inCLIMode() ? new ImmutableStruct( runtime.getCliOptions().parseArguments() ) : new ImmutableStruct() ) );

Activity

Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Fix versions

Priority

Sentry

Created September 12, 2024 at 11:09 AM
Updated September 12, 2024 at 2:24 PM
Resolved September 12, 2024 at 2:24 PM

Flag notifications