erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

Fix unhandled case in get_args/1 in owner sub command module #159

Closed starbelly closed 4 years ago

starbelly commented 4 years ago

For the case of "transfer" we were not converting from a list to a tuple thus this command would always result in invalid command when no repo argument was supplied.