Can confd_cli auto commit each line?

I found maapi_load_config() could commit after each line being read with MAAPI_CONFIG_AUTOCOMMIT flag given.

I wanna know how to do auto commit when config in confd_cli after each line enterd?

/confdConfig/cli/transactions (xs:boolean) [true]
Control whether commit should be supported in the CLI or not. When set to false all commands will
be automatically committed when the user press ENTER in the CLI.

Got it, thanks.