mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 04:50:12 -07:00
chg: using_history? (suggestion of @pwpiwi)
This commit is contained in:
parent
37ff9275f1
commit
d0b3f1311e
1 changed files with 2 additions and 0 deletions
|
@ -381,6 +381,8 @@ int main(int argc, char* argv[]) {
|
||||||
|
|
||||||
// Must be before the first PrintAndLog call, for rl_redisplay
|
// Must be before the first PrintAndLog call, for rl_redisplay
|
||||||
//rl_initialize();
|
//rl_initialize();
|
||||||
|
/* initialize history */
|
||||||
|
using_history();
|
||||||
|
|
||||||
if (argc < 2) {
|
if (argc < 2) {
|
||||||
show_help(true, argv[0]);
|
show_help(true, argv[0]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue