Skip to content

Commit 52a9ff5

Browse files
committed
docs: Enhance journey command with interactive mode and direct file processing options
1 parent 76e019a commit 52a9ff5

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,25 @@ aditi init
6969
### 2. Configure Access Paths
7070

7171
```bash
72+
# Interactive mode (default)
7273
aditi journey
74+
75+
# Process specific files directly
76+
aditi journey docs/guide.adoc docs/reference.adoc
77+
78+
# Process entire directories
79+
aditi journey docs/ examples/
80+
81+
# Mix files and directories
82+
aditi journey README.adoc docs/ examples/user-guide.adoc
7383
```
7484

75-
**Interactive setup:**
76-
- Select directories containing AsciiDoc files
85+
**Features:**
86+
- Interactive directory selection when no paths provided
87+
- Direct file/directory processing when paths specified
7788
- Configure repository permissions
7889
- Set working preferences
90+
- Session continuity for interrupted workflows
7991

8092
### 3. Analyze Your Files
8193

0 commit comments

Comments
 (0)