ニュース

# in this module, we will learn argparse module for making CLI (command line interface). # why should we make CLI?
The ArgParse library allows the easy creation of a 'living' help text for your program following the python module ArgParse. ArgParse Creates a reaonable looking help text without much work from the ...
前回はfuncコマンドで各minion上のモジュールを実行する方法について解説しましたが、今回はPythonプログラムからモジュールを実行する方法について解説します。