You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mainly for calling from scripts where the subdirectory is supplied from a config file. handling some situations not handled by shell expansion might be useful.
say the directory has this structure
This is great to have.
I think this is how it should have been implemented in the first place.
Initially I was passing relative path to the vault but it was not behaving as expected. Later after reading the documentation I realised that it needs to be "absolute path" or path containing the name "MyVault"
Mainly for calling from scripts where the subdirectory is supplied from a config file. handling some situations not handled by shell expansion might be useful.
say the directory has this structure
I think the following should work
MyVault and output-dir would expand to the absolute paths via shell expansion, start-at wouldn't.
I can open a PR if you are okay with adding support for this.
The text was updated successfully, but these errors were encountered: