Create boilerplate template from example #1
@ -70,6 +70,10 @@ if __name__ == "__main__":
|
|||||||
"--allspice_token",
|
"--allspice_token",
|
||||||
help="Your AllSpice application token. Generate a token: https://hub.allspice.io/user/settings/applications",
|
help="Your AllSpice application token. Generate a token: https://hub.allspice.io/user/settings/applications",
|
||||||
)
|
)
|
||||||
|
parser.add_argument(
|
||||||
|
"--config_file",
|
||||||
|
help="Path to config file"
|
||||||
|
)
|
||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user