chg: list should always be available, since we can now load / save trace files.

This commit is contained in:
iceman1001
2019-05-02 10:42:02 +02:00
parent 4e17b17343
commit 0cedfc7b2b
10 changed files with 10 additions and 10 deletions

View File

@@ -1956,7 +1956,7 @@ static command_t CommandTable[] = {
{"sim", CmdEmvSim, IfPm3Iso14443, "simulate EMV tag"},
{"clone", CmdEmvClone, IfPm3Iso14443, "clone an EMV tag"},
*/
{"list", CmdEMVList, IfPm3Iso14443, "List ISO7816 history"},
{"list", CmdEMVList, AlwaysAvailable, "List ISO7816 history"},
{"roca", CmdEMVRoca, IfPm3Iso14443, "Extract public keys and run ROCA test"},
{NULL, NULL, NULL, NULL}
};