mirror of
https://github.com/nasa/fpp.git
synced 2025-12-13 00:06:20 -06:00
24 lines
285 B
Bash
24 lines
285 B
Bash
default()
|
|
{
|
|
update "-p $PWD" default
|
|
move_cpp DefaultEnum
|
|
}
|
|
|
|
explicit()
|
|
{
|
|
update "-p $PWD" explicit
|
|
move_cpp ExplicitEnum
|
|
}
|
|
|
|
implicit()
|
|
{
|
|
update "-p $PWD" implicit
|
|
move_cpp ImplicitEnum
|
|
}
|
|
|
|
serialize_type()
|
|
{
|
|
update "-p $PWD" serialize_type
|
|
move_cpp SerializeTypeEnum
|
|
}
|