Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

PkgCmdID.cs
namespace LLVM.ClangFormat
{
    static class PkgCmdIDList
    {
        public const uint cmdidClangFormatSelection = 0x100;
        public const uint cmdidClangFormatDocument = 0x101;
    };
}