shellspec icon indicating copy to clipboard operation
shellspec copied to clipboard

Add --root-directory option as alternative to .shellspec file

Open pdesjardins90 opened this issue 3 years ago • 2 comments

My development workflow requires that I pass all arguments as command line options, so my .shellspec file is empty. I can't however delete it because of the limitation of shellspec not having another way to detect the project's root.

I propose adding the --root-directory option to specify it from the command line, what do you think?

pdesjardins90 avatar Mar 17 '21 02:03 pdesjardins90

Is it unacceptable to add an empty .shellspec file?

ko1nksm avatar Mar 17 '21 13:03 ko1nksm

Not unacceptable, but not optimal either

Please consider this request as a simple enhancement, not a life or death feature

This is just the first time I see a library requiring a file supposed to contain only optional stuff

pdesjardins90 avatar Mar 17 '21 14:03 pdesjardins90