hf mf sim - now use cliparser

This commit is contained in:
tcprst 2021-02-07 16:15:22 -05:00
commit 006246bf8c
No known key found for this signature in database
GPG key ID: 9145EAF5121AED25
5 changed files with 121 additions and 140 deletions

View file

@ -496,7 +496,7 @@ local function main(args)
err = LoadEmulator(uid, blocks)
if err then return oops(err) end
core.clearCommandBuffer()
print('The simulation is now prepared.\n --> run \"hf mf sim u '..uid..'\" <--')
print('The simulation is now prepared.\n --> run \"hf mf sim -u '..uid..'\" <--')
end
end
main(args)