🚀 Feature request
Given this simple parser setup, is it possible to parse values that are paths to python variables that resolve the the requested type?
parser = jsonargparse.ArgumentParser()
parser.add_argument("--float", type=float)
parser.parse_args(["--float", "math.pi"])
Motivation
Pitch
Alternatives
🚀 Feature request
Given this simple parser setup, is it possible to parse values that are paths to python variables that resolve the the requested type?
Motivation
Pitch
Alternatives