mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-05-08 03:43:25 +02:00
This commit ensures that the final argument of the 'workspace-layout-rule' command, which takes a variant of the DefaultLayout enum, is properly labelled with the #[arg_enum] tag so that serialization and deserialization works as expected with other commands that take a DefaultLayout enum variant as an arg. fix #171