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
Main will use docopts-ng to process command-line arguments and then build/configure the rest of the system (using the passed constructors for Scanner and Source) and then run the system.
The reason Scanner, Source, sys.stdin, etc are passed to Main is so that we can isolate Main's logic from the rest of the system during testing.
The text was updated successfully, but these errors were encountered:
How Main is used...
Main will use docopts-ng to process command-line arguments and then build/configure the rest of the system (using the passed constructors for Scanner and Source) and then run the system.
The reason Scanner, Source, sys.stdin, etc are passed to Main is so that we can isolate Main's logic from the rest of the system during testing.
The text was updated successfully, but these errors were encountered: