Skip to content

Commit 3543097

Browse files
committed
Feat: CLIck_Me() 명령어 수정
1 parent 14454ec commit 3543097

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CLIck-Me.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ def suminnn():
3838
subprocess.run(["python", "suminnn/cli-proflie_with_AI.py"])
3939

4040
@CLIck_Me.command()
41-
def other1():
42-
"""other1님의 자기소개 CLI를 출력합니다."""
43-
click.echo("Running: python other/cli-proflie_with_AI.py")
44-
subprocess.run(["python", "other/cli-proflie_with_AI.py"])
41+
def mink():
42+
"""mink님의 자기소개 CLI를 출력합니다."""
43+
click.echo("Running: python mink/cli-profile.py")
44+
subprocess.run(["python", "mink/cli-proflie.py"])
4545

4646
@CLIck_Me.command()
47-
def other2():
48-
"""other2님의 자기소개 CLI를 출력합니다."""
49-
click.echo("Running: python other/cli-proflie_with_AI.py")
50-
subprocess.run(["python", "other/cli-proflie_with_AI.py"])
47+
def BaekSujin():
48+
"""BaekSujin님의 자기소개 CLI를 출력합니다."""
49+
click.echo("Running: python BaekSujin/cli-profile.py")
50+
subprocess.run(["python", "BaekSujin/cli-profile.py"])
5151

5252
if __name__ == '__main__':
5353
CLIck_Me()

0 commit comments

Comments
 (0)