Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a simple command line arguments debugging application #110

Closed
end2endzone opened this issue Apr 23, 2022 · 0 comments · Fixed by #170
Closed

Create a simple command line arguments debugging application #110

end2endzone opened this issue Apr 23, 2022 · 0 comments · Fixed by #170
Labels
enhancement New feature or request
Milestone

Comments

@end2endzone
Copy link
Owner

end2endzone commented Apr 23, 2022

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:

argc=5
argv[0]=C:\Program Files\ShellAnything\bin\debug.arguments.exe
argv[1]=Darth Vader.jpg
argv[2]=Princess Leia.jpg
argv[3]=Luke Skywalker.jpb
argv[4]=Obi-Wan Kenobi.jpb

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

@end2endzone end2endzone added the enhancement New feature or request label Apr 23, 2022
@end2endzone end2endzone added this to the 0.9.0 milestone Jul 3, 2023
@end2endzone end2endzone modified the milestones: 0.9.0, 0.10.0 Feb 5, 2024
end2endzone added a commit that referenced this issue Aug 30, 2024
* Fixed issue #110: Create a simple command line arguments debugging application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant