afw-org / afw

Adaptive Framework
https://afw.tools
MIT License
4 stars 1 forks source link

Useful enhancements for Adaptive Script #74

Open JeremyGrieshop opened 11 months ago

JeremyGrieshop commented 11 months ago

While creating some Clemson scripts, the following enhancements would be nice to look into:

  1. Access to args

If we had a qualifier to access args, possibly a process:: qualifier, then we could get some handy info such as args and other process-related information (see NodeJS process for ideas) such as execution environment (fiddle/afwfcgi vs afw cli)

  1. Mechanism to read or decrypt sensitive data, such as passwords

Using streams to read data, or even just an adaptive function such as read() or readpass() that would only operate in interactive or command-line environments would help this.