diff --git a/bonemarketsolver/__main__.py b/bonemarketsolver/__main__.py index 039391e..e7f7689 100644 --- a/bonemarketsolver/__main__.py +++ b/bonemarketsolver/__main__.py @@ -117,6 +117,7 @@ solver_options = parser.add_argument_group( solver_options.add_argument( "-v", "--verbose", action=argparse.BooleanOptionalAction, + default=False, help="whether the solver should output search progress rather than showing intermediate solutions", dest='verbose' )