mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05: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