Skip to content

Commit

Permalink
Актуализация документации сортировки
Browse files Browse the repository at this point in the history
  • Loading branch information
marmyshev committed Dec 20, 2023
1 parent 4d73534 commit acb67c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/tools/autosort.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@
1cedtcli -data ./ws -command help sort-project

// запуск сортировки по проекту с импортом в рабочую область
1cedtcli -data ./ws -command sort-project --projects "${PWD}/myproject"
1cedtcli -data ./ws -command sort-project --project-list "${PWD}/myproject"

// запуск сортировки по проекту существующему в рабочей области
1cedtcli -data ./ws -command sort-project --project-name-list "myproject"

```

Expand Down

0 comments on commit acb67c8

Please sign in to comment.