Skip to content

fix: add support for reading command-line options from file(s)#556

Closed
zamadye wants to merge 1 commit intozio:masterfrom
zamadye:fix/issue-191
Closed

fix: add support for reading command-line options from file(s)#556
zamadye wants to merge 1 commit intozio:masterfrom
zamadye:fix/issue-191

Conversation

@zamadye
Copy link
Copy Markdown

@zamadye zamadye commented Mar 25, 2026

Fixes #191

Changes

  • zio-cli/shared/src/main/scala/zio/cli/Command.scala

Summary

Automated fix for: Add support for reading command-line options from file(s)

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Mar 25, 2026

CLA assistant check
All committers have signed the CLA.

@zamadye
Copy link
Copy Markdown
Author

zamadye commented Mar 25, 2026

Resolved the issue by adding file-based argument parsing support in Command.scala. The implementation allows command-line options to be read from specified files, expanding flexibility for configuration management.

@zamadye zamadye closed this Mar 25, 2026
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.

Add support for reading command-line options from file(s)

2 participants