SE-PRG/azmitool

add more multiValued arguments

Aberta

#181 aberto em 14 de jul. de 2020

 (0 comentário) (0 reação) (0 responsável)C# (5 forks)auto 404
documentationenhancementgood first issue

Métricas do repositório

Stars
 (2 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Currently only --exclude in getblobs and listblobs is supporting multiple values (i.e. --exclude value1 --exclude value2). See PR #180 for details. We can add this to other subcommands / arguments:

  • setblobs / exclude
  • listblobs / container

Maybe also we can add it for both input and output arguments in all commands? In this case we need to verify number of values.

Also, documentation needs to be updated to reflect this changes.

Guia do colaborador