mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fix default args on single generation script
This commit is contained in:
parent
4c7a8663b5
commit
d34326492a
|
@ -23,7 +23,7 @@ parser.add_argument(
|
||||||
help=
|
help=
|
||||||
'name and location of where to place file (and forward declaration file)',
|
'name and location of where to place file (and forward declaration file)',
|
||||||
metavar='file',
|
metavar='file',
|
||||||
default='sol.hpp')
|
default=['sol.hpp'])
|
||||||
parser.add_argument('--quiet', help='suppress all output', action='store_true')
|
parser.add_argument('--quiet', help='suppress all output', action='store_true')
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user