File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -69,13 +69,25 @@ aditi init
6969### 2. Configure Access Paths
7070
7171``` bash
72+ # Interactive mode (default)
7273aditi 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
You can’t perform that action at this time.
0 commit comments