Closed adamist521 closed 7 years ago
smt configure -l cmdline or smt configure -l timestamp works but smt configure -l None does not work. I couldn't figure out a way to set --addlabel option to None. Is it on somewhere? Did I miss it?
smt configure -l cmdline
smt configure -l timestamp
smt configure -l None
--addlabel
None
You didn't miss it. This is a bug. There is a fix in pull request #318.
As a workaround until the PR is reviewed, you could manually edit .smt/project and change "data_label" to null
.smt/project
"data_label"
null
smt configure -l cmdline
orsmt configure -l timestamp
works butsmt configure -l None
does not work. I couldn't figure out a way to set--addlabel
option toNone
. Is it on somewhere? Did I miss it?