Commit bcbdedc
committed
chore: improve --workdir option description
Updated the help text for the --workdir command line option in both
ll-builder and ll-cli applications. Changed from "Working directory
inside the app" to "Specify the working directory where the application
runs" to provide clearer and more accurate description of the option's
functionality.
The previous description was somewhat ambiguous and didn't clearly
indicate that this option specifies the directory where the application
will execute. The new description better communicates the purpose of the
--workdir option to users.
Influence:
1. Verify --workdir option help text displays correctly in both
applications
2. Test that the option functionality remains unchanged
3. Confirm help text consistency across different command help sections
4. Check that option validation and parsing behavior is unaffected1 parent 53ae73b commit bcbdedc
2 files changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
788 | 788 | | |
789 | 789 | | |
790 | 790 | | |
791 | | - | |
| 791 | + | |
792 | 792 | | |
793 | 793 | | |
794 | 794 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
183 | 186 | | |
184 | 187 | | |
185 | 188 | | |
| |||
0 commit comments