Open wumb0 opened 6 months ago
Currently --put-file only supports a single file. It would be nice to be able to specify multiple files (argparse action="append") or even entire folders for upload.
--put-file
action="append"
Multi-file PR merged. I'll work on allowing full folders as well.
Currently
--put-file
only supports a single file. It would be nice to be able to specify multiple files (argparseaction="append"
) or even entire folders for upload.