gen_group_command -option difficulties

Hey folks,

Trying to use the gen_group_command.py, which works really well, however, I am trying to pass ‘-option -verb 1’ while creating a command for 3dMEMA. The issue is that gen_group_command steals the verb command and doesn’t pass it onto the script I create. Is there a way around this?

Hmmmm, try being sneaky, and putting “-verb 1” in quotes.

  • rick

Sneaky worked - it nows shows up in the output. Fun feature, I can use both “-verb 2” -verb 2 and get the best of all possible worlds.

Thanks for the help and terminal tricks!