Describe the bug
Nothing happens on duck cli. Not even duck --help works.
To Reproduce
- Install with
choco install duck -y
- Close the command prompt and start a new one to refresh the PATH
- Run
duck --help. Nothing happens. $LASTEXITCODE returns 1.
- Run
duck --upload .... Nothing happens. $LASTEXITCODE returns 1.
- Run
duck --upload ... --verbose. Nothing happens. $LASTEXITCODE returns 1.
- Run
duck --upload ... --debug. Nothing happens. $LASTEXITCODE returns 1.
Expected behavior
Program should at least display SOME error information about what is going wrong.
Desktop (please complete the following information):
- OS: Windows Server 2022 Standard (very new install, almost clean. Updates applied)
- Version v9.1.0.42520
Log Files
There is no %AppData%\cyberduck folder (!)
Additional context
Tried to reboot the computer. Still doesn't work.
However, I did notice that running just duck without parameters produces some output:
PS C:\> duck
Missing required option: [--upload Upload file or folder recursively, -d Download file or folder. Denote a folder with a trailing '/', --copy Copy from origin server to target server, --move Move or rename file on server, -l List files in remote folder, -L Long list format with modification date and permission mask, -D Delete, -c Make directory, --synchronize Synchronize folders, --edit Edit file in external editor, --purge Invalidate file in CDN, -V Show version number and quit., -h Print this help]
Try 'duck --help' for more options.
PS C:\> $LASTEXITCODE
1
PS C:\> duck --help
PS C:\> $LASTEXITCODE
1
I also created the %AppData%\cyberduck folder manually. Problem still persists.
Nothing is logged on Windows Event Viewer / Administrative Events.
At least some error message should be produced whenever the last exit code is non-zero.
Describe the bug
Nothing happens on duck cli. Not even
duck --helpworks.To Reproduce
choco install duck -yduck --help. Nothing happens.$LASTEXITCODEreturns 1.duck --upload .... Nothing happens.$LASTEXITCODEreturns 1.duck --upload ... --verbose. Nothing happens.$LASTEXITCODEreturns 1.duck --upload ... --debug. Nothing happens.$LASTEXITCODEreturns 1.Expected behavior
Program should at least display SOME error information about what is going wrong.
Desktop (please complete the following information):
Log Files
There is no
%AppData%\cyberduckfolder (!)Additional context
Tried to reboot the computer. Still doesn't work.
However, I did notice that running just
duckwithout parameters produces some output:I also created the
%AppData%\cyberduckfolder manually. Problem still persists.Nothing is logged on Windows Event Viewer / Administrative Events.
At least some error message should be produced whenever the last exit code is non-zero.