Skip to content

Commit d574931

Browse files
authored
Clarify CLI entry point in documentation
1 parent 4b95f76 commit d574931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### 1. CLI Module (`cli.py`)
22

3-
The command-line interface provides the main entry point for the application:
3+
The `lslautobids` command-line interface provides the main entry point for the application:
44

55
- **Commands**: `gen-proj-config`, `run`, `gen-dv-config`, `help`
66
- **Module mapping**: Maps commands to their respective modules
@@ -10,4 +10,4 @@ The command-line interface provides the main entry point for the application:
1010

1111
1. `lslautobids en-proj-config` and `lslautobids gen-dv-config` commands generate configuration files for the project and Dataverse, respectively. This allows users to set up their project and Dataverse connection details easily before running the conversion and upload process
1212
2. The `lslautobids run` command executes the main conversion and upload process, using the configurations generated earlier. This command runs the entire pipeline from reading XDF files, converting them to BIDS format, integrating with DataLad, and uploading to Dataverse.
13-
3. The `lslautobids help` command provides usage information for the CLI, listing available commands and their descriptions.
13+
3. The `lslautobids help` command provides usage information for the CLI, listing available commands and their descriptions.

0 commit comments

Comments
 (0)