Skip to content

Commit 20839c4

Browse files
tox: add short/long options (#19525)
1 parent fc5529d commit 20839c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages.ar/common/tox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
- عرض قائمة جميع البيئات المتوفرة:
1616

17-
`tox --listenvs-all`
17+
`tox {{[-a|--listenvs-all]}}`
1818

1919
- بدء الاختبارات على بيئة معينة (مثال: بايثون 3.6):
2020

2121
`tox -e {{py36}}`
2222

2323
- إجبار إعادة إنشاء البيئة الافتراضية:
2424

25-
`tox --recreate -e {{py27}}`
25+
`tox {{[-r|--recreate]}} -e {{py27}}`

pages.ko/common/tox.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414

1515
- 사용 가능한 환경 나열:
1616

17-
`tox --listenvs-all`
17+
`tox {{[-a|--listenvs-all]}}`
1818

1919
- 특정 환경에서 테스트 실행 (예: Python 3.6):
2020

2121
`tox -e {{py36}}`
2222

2323
- 가상 환경을 강제로 재생성:
2424

25-
`tox --recreate -e {{py27}}`
25+
`tox {{[-r|--recreate]}} -e {{py27}}`

0 commit comments

Comments
 (0)