18e7d9c1efa6e3cb7fec1dce1de8ef621a3b1de8
python3/argparse/-\343\202\222\345\220\253\343\202\200\343\202\252\343\203\227\343\202\267\343\203\247\343\203\263\343\201\253\343\201\244\343\201\204\343\201\246.md
... | ... | @@ -1,6 +1,7 @@ |
1 | 1 | [python - Having options in argparse with a dash - Stack Overflow](https://stackoverflow.com/questions/12834785/having-options-in-argparse-with-a-dash) |
2 | 2 | |
3 | 3 | `--fuga-hoge`のようなオプションを作る場合、以下のようにアクセスできる。 |
4 | +`-`が`_`へ変換されるらしい。 |
|
4 | 5 | |
5 | 6 | ```python |
6 | 7 | import argparse |