From 84a425aa5c9bf70c1425fb9167a899790a1ee923 Mon Sep 17 00:00:00 2001 From: Xeek Date: Sun, 4 Feb 2024 10:03:23 -0600 Subject: [PATCH] chore: update README.md for minimize action --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fb47ecc..29ba06b 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,12 @@ WindowTool is a versatile C++ tool designed for automated interaction with windo ## Usage To use `WindowTool.exe`, follow the command-line syntax below: -| Action | Description | -| ------- | ----------------------------------------------------------- | -| find | Outputs "True" if the window is found or "False otherwise. | -| close | Attempt to close the window. | -| click | Click a button with the name given a the third argument. | +| Action | Description | +| -------- | ----------------------------------------------------------- | +| find | Outputs "True" if the window is found or "False otherwise. | +| minimize | Minimize the window. | +| close | Attempt to close the window. | +| click | Click a button with the name given a the third argument. | `0` is returned for success or `1` for error. If the action occurred as asked, the tool will output (stdout) `True` or `False`. #### Example: