globus / globus-cli

A command line interface to Globus
https://docs.globus.org/cli
Apache License 2.0
74 stars 21 forks source link

Fix search index delete to use index_id_arg #1021

Closed sirosen closed 1 month ago

sirosen commented 1 month ago

This was doing basic string-arg parsing, which allowed for (among other things) the empty string. A regression test captures the bad usage which uncovered this.