
flag package expects flags in Argv[1:] and stops on non-flag arguments but bridge was expecting the forwarding address in os.Argv[1]
flag package expects flags in Argv[1:] and stops on non-flag arguments but bridge was expecting the forwarding address in os.Argv[1]