mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26:36 -04:00
Allow passing args to anki-console.bat (#1785)
This commit is contained in:
parent
77d14ddf1e
commit
a99253b990
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
@echo off
|
@echo off
|
||||||
anki
|
anki %*
|
||||||
pause
|
pause
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue