hluk/CopyQ

--help not working on windows powershell, cmd or gitbash

Open

#2,937 创建于 2024年12月27日

在 GitHub 查看
 (11 评论) (1 反应) (0 负责人)C++ (419 fork)batch import
Windowsbughelp wanted

仓库指标

Star
 (7,372 star)
PR 合并指标
 (平均合并 17小时 35分钟) (30 天内合并 13 个 PR)

描述

Describe the bug From CMD:

C:\Users\edgeb1>copyq --help
<no output>

From powershell

➜ copyq --help
<no output>

From Gitbash

edgeb1@RSCMW3512 MINGW64 ~
$ copyq --help
<no output>

To Reproduce

  1. Run copyq --help from any available shell.

Expected behavior Should display help options

image

Version, OS and Environment

image

that said, windows 11, copyq 9.1.0

image

  • Application Version (for example 7.1.0) 9.1.0

  • OS (for example Windows 11, Ubuntu 22.04, macOS Sonoma 14.4) windows 11

  • Desktop environment, window manager (if applicable) windows 11

Additional context I am able to run copyq --add XXX to add things to the clipboard. I just get no output from any copyq shell commands

贡献者指南