gregjoeval / KnightcardSignInDevice

A device to store information from Knightcards to replace the physical sign-in clipboard.
2 stars 1 forks source link

Implementing Text File Output #24

Closed gregjoeval closed 7 years ago

gregjoeval commented 7 years ago

I added the ability for the script to output to a text file. Due to this added functionality I subsequently added a text file to the repository currently called 'KnightcardSignInList.txt'. I also restructed the if statements dealing with argument parsing because the if stmts checking the number of arguments were incorectly used before and had no actual effect on the script behavior.