mirror of
https://github.com/daylinmorgan/swydd.git
synced 2024-11-07 01:33:14 -06:00
fix: add noop print for dag
This commit is contained in:
parent
c5afd84bac
commit
ea075465d2
1 changed files with 3 additions and 0 deletions
|
@ -231,6 +231,9 @@ def cli() -> None:
|
||||||
if not line.startswith("@")
|
if not line.startswith("@")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
elif ctx.dag:
|
||||||
|
print("currently --dag is a noop")
|
||||||
|
print("future versions will generate a dag for specified target")
|
||||||
else:
|
else:
|
||||||
f(**args)
|
f(**args)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue