File tree Expand file tree Collapse file tree 8 files changed +11
-8
lines changed
Expand file tree Collapse file tree 8 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 11### 실습1 ###
2- # 실행 명령어: python app/cli .py
2+ # 실행 명령어: python app/cli1 .py
33
44# ==========|코드 실습|========= #
Original file line number Diff line number Diff line change 11### 실습2 ###
2- # 실행 명령어: python app/cli.py --name pymon2025
2+ # 실행 명령어: python app/cli2.py
3+ # 실행 명령어: python app/cli2.py --name CLIck-Me
34
45# ==========|코드 실습|========= #
56import click
Original file line number Diff line number Diff line change 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# ==========|코드 실습|========= #
56import click
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11### 실습5 ###
2- # 실행 명령어: python app/cli .py
2+ # 실행 명령어: python app/cli5 .py
33
44# ==========|코드 실습|========= #
55import click
Original file line number Diff line number Diff line change 11### 실습6 ###
2- # 실행 명령어: python app/cli .py
2+ # 실행 명령어: python app/cli6 .py
33
44# ==========|코드 실습|========= #
55import click
Original file line number Diff line number Diff line change 11### 실습7 ###
2- # 실행 명령어: python app/cli .py
2+ # 실행 명령어: python app/cli7 .py
33
44# ==========|코드 실습|========= #
55import click
Original file line number Diff line number Diff line change 11### 실습8 ###
2- # 실행 명령어: python app/cli .py
2+ # 실행 명령어: python app/cli8 .py
33
44# ==========|코드 실습|========= #
55import click
You can’t perform that action at this time.
0 commit comments