You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now frasm will panic and give an error about index out of bounds (because command-line arguments are a Vec). We need to check to make sure something is being passed. On top of that, we can't just make sure we're passing something, but also that what's being passed is a file that exists AND we have access to it.
The text was updated successfully, but these errors were encountered:
Right now frasm will panic and give an error about index out of bounds (because command-line arguments are a Vec). We need to check to make sure something is being passed. On top of that, we can't just make sure we're passing something, but also that what's being passed is a file that exists AND we have access to it.
The text was updated successfully, but these errors were encountered: