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
Thank you for proposing a feature! Unfortunately it is not clear to me exactly what is the idea. You might need to provide a complete runnable example.
Also, note that relative paths within configs and command line are already supported with the path types. For example, with the following existing files in the current directory:
Relative paths inside config.yaml are validated with respect to the location of the config subdir1/. And paths given from command line are validated with respect to the directory from which the command is run ./.
If a parser includes subclass types (instantiatible objects) which have a path parameter, e.g.:
🚀 Feature request
change relative path in config from command line
Motivation
I have a set of objects defined in individual yamls and I'd like to be able to change them from command line
Pitch
Let my
config.yaml
beAnd then, a bunch of
MyObject
s defined in themy_objects/
directoryI'd like to be able to change
my_object
field as followsThe text was updated successfully, but these errors were encountered: