hf mf sim - now use cliparser

This commit is contained in:
tcprst
2021-02-07 16:15:22 -05:00
parent 0ade8a5505
commit 006246bf8c
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)