commandlineparser / commandlineparser/commandline
Make FormatWithQuotesIfString public
- Linguagem predominante
- C#
- Estrelas
- 4.8k
- Forks
- 478
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Sometimes we may want to have more control when doing "UnParsing", for example I'd want to do the reverse of `UnParserExtensions.SplitArgs` (get a `string` from a `IEnumerable`).
By exposing `FormatWithQuotesIfString`, it would be much easier for me to implement a reverse version of `SplitArgs`.
https://github.com/commandlineparser/commandline/blob/d443a51aeb3a418425e970542b3b96e9da5f62e2/src/CommandLine/UnParserExtensions.cs#L230
(Of course, if it's possible to provide a `string UnParserExtensions.UnifyArgs(this IEnumerable args);`, it'd be even better!)
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.