Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

arbitrary__directive__price__arbitrary_price.snap
---
source: beancount/types/tests/arbitrary/directive/price.rs
expression: "Price::arbitrary(&mut u)"
---
Ok(
    Price {
        date: -9286-09-22,
        quote: Commodity {
            name: "OXKREH",
        },
        price: Amount {
            amount: -35428083011873160.564169598830,
            commodity: Commodity {
                name: "GINMAAAAAA",
            },
        },
        meta: {},
    },
)