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

Support Shell Parameters #29

Open
siliconlad opened this issue Jul 24, 2024 · 0 comments
Open

Support Shell Parameters #29

siliconlad opened this issue Jul 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@siliconlad
Copy link
Owner

From the Bash Reference Manual:

A parameter is set if it has been assigned a value. The null string is a valid value. Once a variable is set, it may be unset only by using the unset builtin command.
A variable may be assigned to by a statement of the form

name=[value]
@siliconlad siliconlad added the enhancement New feature or request label Jul 24, 2024
@siliconlad siliconlad added this to the 3. Shell Parameters milestone Jul 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant