From 9e12c21782c517a569c8cdad74f75be4115c8d66 Mon Sep 17 00:00:00 2001 From: fischgeek Date: Mon, 30 Aug 2021 11:50:56 -0500 Subject: [PATCH] updated readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 337eaa9..d682600 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,11 @@ Pass a delimited list into the form for a "wheel like" selection. Meant to be us ## Main Functionality -- Simply pass two arguments (the delimiter and the list) into the exe and the interface will display in the center of the screen loaded with your data set. +- Simply pass two (required) arguments (the delimiter and the list) into the exe and the interface will display in the center of the screen loaded with your data set. - ex: `WheelSelect.exe "," "option a,option b,option c"` + - an optional third parameter can be an output file path + - _this will override the OutputLocation setting in the App.config_. + - ex: `WheelSelect.exe "," "option a,option b,option c" "c:\temp\wheelselect.txt"` - Use the up/down arrow keys or the mouse wheel to scroll through the list, or type some letters as a keyword search. - Push the Enter key when you have the desired option selected and the value will be saved to a file to do what you want with.