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: docs/reference/cli-reference.md
+3-10Lines changed: 3 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ The CLI is organised into the following command groups:
16
16
17
17
## Global Options
18
18
19
-
All commands support the following verbosity options:
19
+
The following verbosity options are supported by the `watch` command:
20
20
21
21
| Option | Short | Type | Default | Description |
22
22
|--------|-------|------|---------|-------------|
@@ -27,6 +27,8 @@ All commands support the following verbosity options:
27
27
-**1 (-v)**: INFO level - General information and warnings
28
28
-**2 (-vv)**: DEBUG level - Detailed debugging information
29
29
30
+
> **Note**: The `-v`/`--verbose` flag currently only works with the `watch` command. Parse and validate commands use default logging levels. This is a known limitation.
31
+
30
32
## Parse Commands
31
33
32
34
Parse commands extract and process data from EPU files without persisting to the backend API. These are primarily used for development, debugging, and data validation purposes.
Copy file name to clipboardExpand all lines: docs/tutorials/installation.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,13 +61,7 @@ pip install -e .[all]
61
61
62
62
## Verify Installation
63
63
64
-
The library should now be installed with the command-line interface available on your system path. Verify the installation by checking the installed version:
65
-
66
-
```bash
67
-
smartem-decisions --version
68
-
```
69
-
70
-
You can also verify that all components are correctly installed by running:
64
+
Verify that all components are correctly installed by running:
0 commit comments