No space between argument key and value (eg. -jthreads)
Aberta
enhancement
- Linguagem predominante
- Python
- Estrelas
- 28.2k
- Forks
- 1.5k
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
GNU Make takes -jthreads as arguments, which is a common usage.
Is it possible to let fire treat -j8 as -j 8?
Guia de contribuição
Direção de pesquisa
Start by tracing how Python Fire parses command-line arguments, focusing on the handling of short options such as -j. Confirm the expected behavior against GNU Make's -j8 form, then verify that Fire accepts it equivalently to -j 8 without changing other argument parsing.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- python
- Domínio
- cli
- Tipo de issue
- Funcionalidade
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Razoavelmente clara
- Facilidade para iniciantes
- 45/100