heroagent/pkg/heroscript/cmd/herohandler/example.hero
2025-04-23 04:18:28 +02:00

8 lines
207 B
Plaintext

!!example.set key:username value:johndoe
!!example.set key:email value:john@example.com
!!example.set key:role value:admin
!!example.list
!!example.get key:username
!!example.delete key:email
!!example.list