commandlineparser / commandlineparser/commandline
Options as Global Variables?
- Linguagem predominante
- C#
- Estrelas
- 4.8k
- Forks
- 478
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
I would like to be able to access Options. via methods, and effectively use them as global variables
e.g.
public static string OptionA = Options.OptionA;
public static string OptionB = Options.OptionB;
Is there any way to access the parsed options globally via methods, or do I need to copy them into global variables manually?
Thanks so much for the help!
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Direção de pesquisa
No files, tests, or entry points are named. First clarify whether the requested API should expose parsed options globally and how its lifetime and configuration should work; done would mean an agreed access pattern with coverage for the intended usage.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- csharp
- Domínio
- cli
- Tipo de issue
- Funcionalidade
- Dificuldade
- 5/5
- Tempo estimado
- Mais de uma semana
- Status de atividade
- Estagnada
- Clareza
- Precisa de esclarecimento
- Facilidade para iniciantes
- 20/100