in reply to Closed:how to argparse same option to array instead of overwrite

Getopt::Long has this functionality. See "Options with multiple values".

  • Comment on Re: how to argparse same option to array instead of overwrite

Replies are listed 'Best First'.
Re^2: how to argparse same option to array instead of overwrite
by vincentaxhe (Scribe) on Jul 09, 2024 at 07:39 UTC
    yeah, how can I miss this