Closed bbelderbos closed 1 week ago
-d does work but only in interactive mode (-i)
Which makes it a bit hard to debug because without -i it will run headless so you cannot see what happens.
# no headless (-i), works: carbon.png in downloads folder
$ cd $HOME/code/pybites-carbon && ae && carbon -c -b \#A0D6B4 -w bw -d $HOME/Downloads -i
# headless, does not work: carbon.png not in downloads folder
$ cd $HOME/code/pybites-carbon && ae && carbon -c -b \#A0D6B4 -w bw -d $HOME/Downloads
Pulling 0.7.1 this seems to work fine now.
Using standard alias I cannot find the carbon.png image in the target downloads folder ...