Skip to content

Commit f7472ee

Browse files
committed
Docs: 실행 명령어 주석 수정
1 parent 7355701 commit f7472ee

File tree

8 files changed

+11
-8
lines changed

8 files changed

+11
-8
lines changed

app/cli1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### 실습1 ###
2-
# 실행 명령어: python app/cli.py
2+
# 실행 명령어: python app/cli1.py
33

44
# ==========|코드 실습|========= #

app/cli2.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### 실습2 ###
2-
# 실행 명령어: python app/cli.py --name pymon2025
2+
# 실행 명령어: python app/cli2.py
3+
# 실행 명령어: python app/cli2.py --name CLIck-Me
34

45
# ==========|코드 실습|========= #
56
import click

app/cli3.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### 실습3 ###
2-
# 실행 명령어: python app/cli.py -n pymon2025 -m ENFJ
2+
# 실행 명령어1: python app/cli3.py --name CLIck-Me
3+
# 실행 명령어2: python app/cli3.py --mbti ENFJ
34

45
# ==========|코드 실습|========= #
56
import click

app/cli4.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
### 실습4 ###
2-
# 실행 명령어: python app/cli.py name
2+
# 실행 명령어1: python app/cli4.py name
3+
# 실행 명령어2: python app/cli4.py mbti
34

45
# ==========|코드 실습|========= #
56

app/cli5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### 실습5 ###
2-
# 실행 명령어: python app/cli.py
2+
# 실행 명령어: python app/cli5.py
33

44
# ==========|코드 실습|========= #
55
import click

app/cli6.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### 실습6 ###
2-
# 실행 명령어: python app/cli.py
2+
# 실행 명령어: python app/cli6.py
33

44
# ==========|코드 실습|========= #
55
import click

app/cli7.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### 실습7 ###
2-
# 실행 명령어: python app/cli.py
2+
# 실행 명령어: python app/cli7.py
33

44
# ==========|코드 실습|========= #
55
import click

app/cli8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### 실습8 ###
2-
# 실행 명령어: python app/cli.py
2+
# 실행 명령어: python app/cli8.py
33

44
# ==========|코드 실습|========= #
55
import click

0 commit comments

Comments
 (0)