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
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,13 @@ You can download the latest version from the GitHub's [releases tab](https://git
30
30
* Install the requirements: `pip install -r requirements.txt`
31
31
* And you should be able to launch the project: `python -m kroger_cli`
32
32
33
+
CLI Commands
34
+
------------
35
+
36
+
The application support non-interactive mode by passing a name of a command. An example on how to complete Kroger's Survey: `kroger-cli survey`.
37
+
38
+
Please use `kroger-cli --help` to see list of all available commands. Alternatively you can run the application without any command to launch the interactive mode (you can see the screenshot of it below).
39
+
33
40
Screenshots
34
41
-----------
35
42
@@ -60,6 +67,5 @@ The initial plan was to use plain HTTP (and `requests` package), however I could
60
67
61
68
### TODO
62
69
63
-
* Command Line Arguments, to allow something like that: `kroger-cli --clip-digital-coupons`
64
70
* Purchased items (receipt data) Excel export, which could be useful for budgeting/categorization/filtering
0 commit comments