Files
UnrealEngine/Engine/Extras/ushell/channels/flow/posix/describe.flow.py
2025-05-18 13:04:45 +08:00

15 lines
430 B
Python

# Copyright Epic Games, Inc. All Rights Reserved.
import flow.describe
#-------------------------------------------------------------------------------
shells = flow.describe.Command()
shells.source("shells.py", "Shells")
shells.invoke("boot")
shells.prefix("$")
#-------------------------------------------------------------------------------
channel = flow.describe.Channel()
channel.version("1")
channel.parent("flow.core")