It doesn't seem that the CLI supports the use of '/'. Using `f90nml -v DIR='./path/to/dir' -v ODIR='/path/to/dir' input` will make DIR have the value '.', and ODIR empty. Escaping doesn't work either.
It doesn't seem that the CLI supports the use of '/'.
Using
f90nml -v DIR='./path/to/dir' -v ODIR='/path/to/dir' inputwill make DIR have the value '.', and ODIR empty.
Escaping doesn't work either.