antctl.exe supportbundle command doesn't support path flag on Windows #6688
Labels
area/OS/windows
Issues or PRs related to the Windows operating system.
kind/bug
Categorizes issue or PR as related to a bug.
Milestone
Describe the bug
In Windows, running
antctl.exe supportbundle -d
reports an error. The antctl tool is expected to support the -d (path) flag according to https://github.com/antrea-io/antrea/blob/main/docs/antctl.md#collecting-support-information, but it is not working on Windows.To Reproduce
Expected
The command should allow the user to specify a path to save the support bundle file on Windows using the -d flag.
Actual behavior
An error is thrown when trying to use the -d flag in Windows:
Error: unknown shorthand flag: 'd' in -d
Versions:
Antrea V2.1
The text was updated successfully, but these errors were encountered: