Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

invalid-alignment.yaml
# RUN: not yaml2obj %s 2>&1 | FileCheck %s

## CHECK: error: section alignment is too large

--- !COFF
header:
  Machine:         IMAGE_FILE_MACHINE_AMD64
  Characteristics: []
sections:
  - Name:            '.text'
    Characteristics: []
    SectionData:     00
    Alignment:       16384
symbols: []