either the space name or the -nr flag gets ignored depending on arg order.
with -nr flag set i should not be promted to save the key, and yet
❯ w3 space create 'fruits' -nr
🔑 You need to save the following secret recovery key somewhere safe! For example write it down on a piece of paper and put it inside your favorite book.
with name arg provided i should not be prompted to choose a name, and yet
❯ w3 space create -nr 'fruits'
? What would you like to call this space?
either the space name or the
-nrflag gets ignored depending on arg order.with
-nrflag set i should not be promted to save the key, and yetwith
namearg provided i should not be prompted to choose a name, and yet