From f1d7f2ad1f205e32d93e0d60b2a663630cf0ed41 Mon Sep 17 00:00:00 2001 From: incandenza Date: Wed, 5 Jun 2024 00:37:06 +0200 Subject: [PATCH] click integration works exmple --- sampler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sampler.py b/sampler.py index ccdb2ea..b6fd6c8 100644 --- a/sampler.py +++ b/sampler.py @@ -97,6 +97,7 @@ def width_option(default=1024, **attrs): return int_option("--width", default=default, **attrs) #gli estremi frame start e frame stop sono esclusi +# python sampler.py genframes --width 666 --height 666 --preset bubble-machine --framestart 1 --framestop 55 @main.command()