- How does one configure the log messages?
- How does one change the default action?
I tried this
.pipe( conflict( './', {
defaultChoice: 'd'
} ) )
It failed. Can someone show some examples or point me to the docs that can show me how to deal with these issues? Thanks
I tried this
It failed. Can someone show some examples or point me to the docs that can show me how to deal with these issues? Thanks