it would be great to add a --seed arg to compliment the --mnemonic one in wallet import so that people who only have access to the private key seed (rather than the mnemonic used to create it) can import and make use of seed based accounts.
alternatively, replace the --mnemonic arg completely with --seed and just do a regex match to determine if we're looking at a hex seed or a mnemonic...
it would be great to add a
--seedarg to compliment the--mnemonicone inwallet importso that people who only have access to the private key seed (rather than the mnemonic used to create it) can import and make use of seed based accounts.alternatively, replace the
--mnemonicarg completely with--seedand just do a regex match to determine if we're looking at a hex seed or a mnemonic...