Closed drazik closed 3 years ago
I do not use this command and I don't think anyone uses it right now. Your expectation seem fair, and the current result seems weird. It looks like the "Bensound" directory is created and then there is a mixup and we use its id (?) as a name for a new folder.
in which case there's a bug that I'm willing to try to solve
Go for it 👍 Thanks 💯
:wave:
For my music app, I'm trying to setup some fixtures so that when I screw up everything, I can mount a new instance easily. The first thing I am trying to do is to import some files.
For that, I created the following structure in my app directory:
Then I run this command:
ACH importDir ./fixtures/files
. I expected to get the following structure in my instance's drive:Instead I got this:
I don't know if what I'm expecting is what the imported structure should be (in which case there's a bug that I'm willing to try to solve) or if what I'm expecting is not what
importDir
is intended to produce.