mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 16:26:13 +02:00
rename parse_args.py to args.py to make room for more args functions
This commit is contained in:
parent
54bcfddd3c
commit
d27abad4ff
3 changed files with 4 additions and 2 deletions
|
@ -2,7 +2,7 @@ import shlex
|
|||
|
||||
import pytest
|
||||
|
||||
from jrnl.parse_args import parse_args
|
||||
from jrnl.args import parse_args
|
||||
|
||||
|
||||
def cli_as_dict(str):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue