파이썬 메인 모듈에서 인자(argument) 파싱
2019-04-11 • python • python, argument, argparse • 1 min read
파이썬 main을 실행할 때 인자(argument)를 주고싶은 경우 다음과 같이 할 수 있습니다. 인자는 positional argument와 optional argument로 구성할 수 있습니다.
2019-04-11 • python • python, argument, argparse • 1 min read
파이썬 main을 실행할 때 인자(argument)를 주고싶은 경우 다음과 같이 할 수 있습니다. 인자는 positional argument와 optional argument로 구성할 수 있습니다.