Skip to content

Commit add11b1

Browse files
authored
docs(cli): minor polish (#962)
1 parent de2b826 commit add11b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/core/cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ The `APP_TARGET` can be:
2222

2323
2. A **path to a Python file** defining your flows (e.g., `main.py`, `path/to/my_flows.py`).
2424

25-
The file will be loaded as a top-level Python module, e.g. relative imports will not work as its parent package is not defined (similar to how `python main.py` works).
25+
The file will be loaded as a top-level Python module, e.g. relative imports will not work as its parent package is not defined (similar to how `python main.py` resolves imports).
2626

2727
3. For commands that operate on a *specific flow* (like `show`, `update`, `evaluate`), you can combine the application reference with a flow name:
28-
* `path/to/my_flows.py:MyFlow`
2928
* `my_package.flows:MyFlow`
29+
* `path/to/my_flows.py:MyFlow`
3030

3131
### Environment Variables
3232

0 commit comments

Comments
 (0)