abra.sh
docstrings
#515
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Following up on coop-cloud/organising#484
The functions in
abra.sh
should have docstrings that contain some useful information:abra app cmd ls
abra app cmd
So many times I have to lookup the compose file to find out in which container I should run the command
abra app cmd ls
maybe a function naming convention like
_myprivatefunction
could be used