File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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
5252if __name__ == '__main__' :
5353 CLIck_Me ()
You can’t perform that action at this time.
0 commit comments