Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd-config-for-lobster-tool #202

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

SurajBDeore
Copy link
Contributor

CMD to YAML Conversion for lobster_tool
CMD arguments are converted to YAML for better reusability, readability, and automation. Instead of passing multiple CLI options every time, a YAML file stores them in a structured format for easy loading in scripts.

@SurajBDeore SurajBDeore requested a review from a team as a code owner February 12, 2025 08:23
@SurajBDeore SurajBDeore force-pushed the feature/cmd-config-for-lobster_tool branch 3 times, most recently from e2a1cd9 to 1eeb45e Compare February 12, 2025 08:28
@SurajBDeore SurajBDeore force-pushed the feature/cmd-config-for-lobster_tool branch from 1eeb45e to 5a4b1eb Compare February 12, 2025 08:36
" Supports comments starting with #."))
"--config",
required=True,
help="Path to the YAML configuration file."
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add a detailed description for all the options that can go in the configuration file.

@kedarnn
Copy link
Contributor

kedarnn commented Feb 12, 2025

Please update the CHANGELOG.md, lobster-json README.me and lobster-json system tests.

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