Feature: expand config variables embedded in cmdline #41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "Iam_Tj/BSSG:feature-expand_config_vars_on_cmdline"
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?
When editing multiple sites using
BSSG_LCONFit is easy to forget whichpath one is currently working with and frustrating to need to type exact
paths when editing files. E.g:
It is easier, more intutive, and friendlier to be able to do:
Note the single quotes to prevent the interactive shell from doing
parameter expansion.
Although I'm not deeply familiar with the codebase as yet I examined sub commands and tested and couldn't detect any change in behaviour - aside from the intended that is.