diff --git a/metrik/batch.py b/metrik/batch.py index 178dc9a..f7be736 100644 --- a/metrik/batch.py +++ b/metrik/batch.py @@ -30,7 +30,7 @@ def build_cron_file(): def list_flows(): - pass + print("Avaiable:" + "\n\t".join(flows.keys())) def handle_commandline():