Closed se7entyse7en closed 5 years ago
I think we should move this to https://github.com/src-d/go-cli wdyt @smola ?
Reopening because https://github.com/src-d/go-cli/pull/20 does not fix this one until we update the version in go.mod
Since we're not using cli.New
, but cli.NewNoDefaults
, and then we're manually adding the cli.CompletionCommand
, I think that the fix provided by src-d/go-cli#20 won't solve our problem.
https://github.com/src-d/go-cli/pull/21 should solve our problem.
While investigating #168.
The
completion
command is specific to bash. Given that we've been testingsourced-ce
withpowershell
as we used to do for engine, it makes sense to remove it for Windows.