Allow passing args to anki-console.bat (#1785)

This commit is contained in:
Abdo 2022-04-09 07:40:26 +03:00 committed by GitHub
parent 77d14ddf1e
commit a99253b990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
@echo off
anki
anki %*
pause