Skip to content

Commit 0023f3b

Browse files
committed
Updated documentation for #110. Updated CHANGES.
* Fixed issue #110: Create a simple command line arguments debugging application.
1 parent c3c2ca2 commit 0023f3b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Changes for 0.10.0
22

3+
* Shellanything now features verbose logging mode and command line arguments debugging tools.
34
* Fixed issue #6 : (twice) Right-click on a directory with Windows Explorer in the left panel shows the menus twice.
45
* Fixed issue #31 : (twice) Error in logs for CContextMenu::GetCommandString()
56
* Fixed issue #109: Implement default and verbose logging.
7+
* Fixed issue #110: Create a simple command line arguments debugging application.
68
* Fixed issue #150: ico icon (that do not specifically force index=0) are not working.
79
* Fixed issue #157: Compilation fails on Github Action: `fatal error C1083: Cannot open include file: 'atlbase.h': No such file or directory`.
810
* Fixed issue #158: Compilation fails on Github Action: `CPack error : Problem running WiX.`.

UserManual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ The utility is useful during the [uninstall process](https://github.com/end2endz
18191819

18201820
There are two applications `arguments.debugger.console.exe` and `arguments.debugger.window.exe`. The first is a console application, the second is a windows application. Both applications will show the individual command line arguments received from [<exec> action](#exec-action).
18211821

1822-
This tool allows one to properly escape string values to use as command line parameters.
1822+
This tool allows one to validate that he properly escaped string values to use as command line parameters. Test your <exec> actions with _arguments.debugger_ until all your arguments are ready. Then switch your actions to launch your actual programs.
18231823

18241824
For example, if you execute the following menu action:
18251825
```xml

0 commit comments

Comments
 (0)