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
$ firefly-cli add 5.2, Large Mocha, Cash, Starbucks
104
106
```
105
-
107
+
106
108
2. Command Line Interface:
107
-
109
+
108
110
```bash
109
111
$ firefly-cli
110
112
@@ -162,9 +164,9 @@ api_token = eyXXX
162
164
firefly-cli can override this behaviour and read/write from the file specified by the environment variable `FIREFLY_CLI_CONFIG`.
163
165
164
166
# Commands
165
-
The scope of this CLI is to enter expenses in a comma-separated style.
167
+
The scope of this CLI is to enter expenses in a comma-separated style.
166
168
167
-
Starting in **[v0.1.0](https://github.com/afonsoc12/firefly-cli/releases/tag/v0.1.0)**, it now supports adding all possible transaction fields using optional arguments (e.g. `--source-name "Bank HSBC"`).
169
+
Starting in **[v0.1.0](https://github.com/afonsoc12/firefly-cli/releases/tag/v0.1.0)**, it now supports adding all possible transaction fields using optional arguments (e.g. `--source-name "Bank HSBC"`).
168
170
The comma-separated arguments (aka positional arguments) are maintained for backwards-compatibility, but optional arguments will **always** override the comma-separated ones
169
171
170
172
Summary of the available commands:
@@ -185,7 +187,7 @@ Summary of the available commands:
185
187
## Adding a transaction
186
188
The command `add` is responsible for entering a new transaction in your Firefly instance. Further help can be shown by typing `add --help` or `help add`.
187
189
188
-
By default, every transaction is a **withdrawal** and is placed with the current date and time.
190
+
By default, every transaction is a **withdrawal** and is placed with the current date and time.
189
191
You may change transaction type by including the optional argument `--type`, change the transaction date with `--date yyyy-mm-dd` or if you would like to be more precise `--datetime yyyy-mm-ddTHH:MM:SS`.
190
192
191
193
The comma-separated fields available are the following:
0 commit comments