Passing an argument multiple times
Abierto
enhancement
- Lenguaje dominante
- Python
- Estrellas
- 28.2k
- Forks
- 1.5k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
How can add argument multiple times?
For example, in the multiply example, how to pass arbitrary number of integers with flags like this -
--------------------------
python calculate.py multiply -x 1 -x 2 -x 3
6
---------------------------
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.