iceman1001 / proxmark3

[Deprecated] Iceman Fork, the most totally wicked fork around if you are into proxmark3
http://www.icedev.se/pm3.aspx
GNU General Public License v2.0
465 stars 116 forks source link

implement 'hf 15 restore' #183

Closed brianpow closed 6 years ago

brianpow commented 6 years ago

implement 'hf 15 restore'

brianpow commented 6 years ago

I found I spent quite some time aligning the space in the help text. A tab will be much easier to maintenance and save our time for new ideas. There are rooms for improving the current parsing algorithm and help text but I have not come up a good idea yet. I am still struggling if there should be a dash before options too.

iceman1001 commented 6 years ago

aha, missunderstanding.. I didn't mean the tab in the helptext. Thats fine.

The commandline parsing is discussed in the offical pm3 repo as we speak, where a unifying parse with dash and even long parameters is accepted. It hasn't been impl yet though.

I meant the crammed if(x=10); style,