xztaityozx / go-cdx

cdxのgolang版

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cdx --add

xztaityozx opened this issue · comments

Bash/Zshで

$ cdx --add          
FATA[0000] [cdx] failed sub command                      error="write /home/xztaityozx/.config/go-cdx/bookmark: bad file descriptor"

PowerShellで

$ cdx --add
Invoke-Expression : Cannot bind argument to parameter 'Command' because it is an empty string.
At line:1 char:221
+ ... $paths | go-cdx $args)";         Invoke-Expression "$command"     } }
+                                                        ~~~~~~~~~~
+ CategoryInfo          : InvalidData: (:) [Invoke-Expression], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorEmptyStringNotAllowed,Microsoft.PowerShell.Commands.InvokeExpressionCommand