SE-PRG/azmitool

add more multiValued arguments

开放

#181 创建于 2020年7月14日

 (0 条评论) (0 个反应) (0 位负责人)C# (5 个派生)auto 404
documentationenhancementgood first issue

仓库指标

星标
 (2 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南