-
-
Notifications
You must be signed in to change notification settings - Fork 416
Open
Labels
featureFeature proposalFeature proposal
Description
aerospace move --boundaries-action create-implicit-container-or-fail
Creating an implicit container can only fail in the following situation:
enable-normalization-flatten-containersistrue- The newly created container orientation, layout and children size are the same of those of the previous container which got flattened by the normalization
When enable-normalization-flatten-containers is disabled it's proposed to print a tip to stderr:
$ grep enable-normalization-flatten-containers ~/.aerospace.toml
enable-normalization-flatten-containers = false
$ aerospace move --boundaries-action create-implicit-container-or-fail right > /dev/null
Tip: create-implicit-container-or-fail will never cause the move command to fail since enable-normalization-flatten-containers is disabled
$ echo $?
0
References
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
featureFeature proposalFeature proposal