jcli v0.12.0 (2021-01-28T09:25:30Z)
Dub
Repo
IConfig.editAndSave
jaster
cli
config
IConfig
Exactly the same as
edit
, except with the
save
parameter set to
yes
.
interface
IConfig
(T)
final
void
editAndSave
(
void
delegate
(
scope
ref
T
value
)
editFunc
)
if
(
is
(
T
== struct) ||
is
(
T
== class)
)
Meta
Source
See Implementation
jaster
cli
config
IConfig
functions
edit
editAndSave
editAndSaveNoRollback
editNoRollback
load
save
properties
value
Exactly the same as edit, except with the save parameter set to yes.