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
Optional args (#34)
* Optional arguments
* Handle duplicate args or options
* Check for name duplicate between args and options
* Handle multi arg
* Empty line between usage and description
* Replace os.exit with return nil
* Use add_arg options in bridge app
* Add emulate target to makefile