bashly
Public

Bash command line framework and CLI generator

Environment variable prefix and from flags#606

Closed
Opened 1/11/20258 commentsby ckt114
ckt114

### Description Please implement a feature to create environment variable prefix and from flags. Example: ```yaml environment_variables_prefix: MY_CLI environment_variables: - name: SERVER_NAME # will create $MY_CLI_SERVER_NAME flags: - long: --auth-token short: -t default: abc evar: true # will create MY_CLI_AUTH_TOKEN=abc ```

AI Analysis

This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by ckt114 and has received 8 comments.

Add a comment
Comment form would go here