mrlunchbox777 / basic-setup

basic box setup
MIT License
6 stars 3 forks source link

feature: Add back positional parameters to bash scripts #122

Open mrlunchbox777 opened 4 months ago

mrlunchbox777 commented 4 months ago

Contact Details

mrlunchbox777@gmail.com

Feature Description

Several scripts had positional parameters that it'd be nice to have back

Why?

Positional parameters, particularly for one parameter commands, are convenient

What-should happen?

This should only be done afterhttps://github.com/mrlunchbox777/basic-setup/issues/117

After moving to standardized parameters and help documentation in the bash scripts, positional parameters were dropped. If possible, it'd be nice to have these back. This also depends on golang's support for positional parameters.

Covers this TODO

Steps to Test

There are several commands that might benefit from this, but they include how, kgp, kgpbl, etc. Part of this task would be to identify those that it would make sense to have positional parameters, and then enable them for those commands.

Code of Conduct