sachaos/viddy

`--shell fish` fish: unknown command: -c

Closed this issue · 3 comments

Since the rust-rewrite; Running a command like viddy --shell fish k get po results in:

image

I tried to mess around with

fn prepare_command(
to no luck

I have the same issue, thanks for reporting @anthr76 👋🏼

@sachaos I found a workaround

viddy -d -n 2 --shell fish -c k get po

Notice the -c after fish, hopefully this helps in finding the issue in the code.

Fixed by #155