add "scratch current"
This commit is contained in:
parent
a74a0e8d0f
commit
e925eb133b
1 changed files with 3 additions and 1 deletions
|
@ -47,8 +47,10 @@ def main():
|
|||
|
||||
elif len(sys.argv) > 1:
|
||||
name = sys.argv[1]
|
||||
if name == "last":
|
||||
if name == ["last", "l"]:
|
||||
d = return_last()
|
||||
elif name in ["current", "c"]:
|
||||
d = WEEK_SCRATCH
|
||||
else:
|
||||
d = make_named(name)
|
||||
else:
|
||||
|
|
Loading…
Add table
Reference in a new issue