taers232c / GAMADV-XTD3

Command line tool to manage Google Workspace
691 stars 86 forks source link

gam print aliases queries does not support arrays variables #347

Closed vazome closed 1 year ago

vazome commented 1 year ago

Example:

GamArray=("use1r@mail1.com" "user2@mail2.com" "user3@mail3.com")
gam print aliases queries $GamArray suppressnoaliasrows todrive

Output: Command: /Users/d.vazome/bin/gamadv-xtd3/gam print aliases queries user1@mail1.com >>>user2@mail2.com<<< user3@mail3.com suppressnoaliasrows todrive

taers232c commented 1 year ago

Daniel,

The elements of the list should be separated bu commas.

@.**@*.**@*.***") Ross

Ross Scroggs @.***

On Mar 23, 2023, at 4:23 AM, Daniel Vazome @.***> wrote:

Example:

@." @." @.") gam print aliases queries $GamArray suppressnoaliasrows todrive Output: Command: /Users/d.vazome/bin/gamadv-xtd3/gam print aliases queries @. @.> >>>@. @.><<< @. @.***> suppressnoaliasrows todrive

— Reply to this email directly, view it on GitHub https://github.com/taers232c/GAMADV-XTD3/issues/347, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACCTYL2CYBJR64GV5WFJQMLW5QXCDANCNFSM6AAAAAAWFB2JSM. You are receiving this because you are subscribed to this thread.

vazome commented 1 year ago

It helped, thanks!