Skip to content

Conversation

@jbern0rd
Copy link
Collaborator

No description provided.

@jbern0rd jbern0rd requested a review from Copilot July 28, 2025 08:43
@jbern0rd jbern0rd self-assigned this Jul 28, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes incorrect option configurations for the getopt_long function in the secret provider agent. The changes correct the parameter requirements for command-line options to ensure proper argument parsing.

Key Changes

  • Fixed appId option to not require an argument (changed from required_argument to no_argument)
  • Fixed savePath option to require an argument (changed from no_argument to required_argument)
  • Reordered short options string to match the corrected long options configuration

@jbern0rd jbern0rd merged commit a54973e into main Jul 28, 2025
@jbern0rd jbern0rd deleted the bugfix/command-line-options branch July 28, 2025 10:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants