Forum Discussion
- JRahmAdminbp>class my_class list
as below.
bp> class my_class {
"a" {"b"}
}
am trying to find a command to update the class, add/delete.
can you provide some commands in bigpipe ?
appreciate your help.
Puli.
class my_class {
{
"a" { "b" }
}
}
bp>class my_class "b" { "c" } add
bp>class my_class list
class my_class {
{
"a" { "b" }
"b" { "c" }
}
}