===================================================================== Subscwrypts + Environment Inheritance --- Release Notes ------------------------ - added support for environment inheritance - added support for arbitrarily nested scripts (subscwrypts) - added support for CI mode - improved modularity of zsh/utils module - refactored to move some data from ~/.config/scwrypts to ~/.local/share/scwrypts - refactored various scripts to use new subscwrypt api --- New Scripts -------------------------- zsh ) - db/interactive/postgres - aws/rds/interactive-login
4 lines
118 B
Python
4 lines
118 B
Python
from py.scwrypts.getenv import getenv
|
|
from py.scwrypts.interactive import interactive
|
|
from py.scwrypts.run import run
|