You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
To help with debugging with command line arguments, a simple application which displays the received arguments could help users to debug their own configuration and see why an <exec> action does not behave as intended. For example, if a user changes the selection.multi.separator property, he could easily show its
Describe the solution you'd like
The application should be a Window type (not a console application). The application should build a message about the command line arguments and display its content as a MessageBox. For example:
A fixed property named application.debug.arguments should be created which value should be set to the path of the application's executable. For example: C:\Program Files\ShellAnything\bin\debug.arguments.exe.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
To help with debugging with command line arguments, a simple application which displays the received arguments could help users to debug their own configuration and see why an
<exec>
action does not behave as intended. For example, if a user changes theselection.multi.separator
property, he could easily show itsDescribe the solution you'd like
The application should be a Window type (not a console application). The application should build a message about the command line arguments and display its content as a MessageBox. For example:
A fixed property namedapplication.debug.arguments
should be created which value should be set to the path of the application's executable. For example:C:\Program Files\ShellAnything\bin\debug.arguments.exe
.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: