Casey Rodarmor
Casey Rodarmor
The readme can be converted to a man page: http://asciidoctor.org/docs/user-manual/#man-pages Would be nice to get command examples directly from clap. Also remember to include the grammar.
We should publish a new version of `just` to the snap store automatically, probably by adding a job to the `release` GitHub Actions workflow. Since creating the snap package, I...
I have to admit seeing a PR like #518 without an accompanying test makes me a little nervous. It's so easy for stuff like this to regress in the future....
Since the burn command is for burning inscriptions, it should default to burning the minimum amount of BTC possible to burn an inscription, i.e., one sat. (I think OP_RETURN outputs...
When doing `ord index export`, we currently export addresses even if the index wasn't built with `--index-addresses`. This is prohibitively slow. If the address index doesn't exist, we should just...
It's been requested by a few people that it should be possible to mint new runes after a rune is initially etched. This would be, in my opinion, a misfeature....
Upstream tracking issue: https://github.com/clap-rs/clap/issues/3166
I've hesitated to make `just` available as a library crate, since that would introduce some additional stability guarantees that I don't necessarily want to commit to. However, it seems entirely...
PR #2344 added a new attribute, `[alias]` providing an alternative way for declaring recipe aliases. I personally lean towards not adding a new attribute, but I don't feel super strongly,...